﻿body{padding:0;margin:0 auto;background:#fff;overflow-x:hidden;color: #666}
body,input[type="button"],input[type="submit"],input[type="reset"],input,select,textarea,pre{font-family:"\5FAE\8F6F\96C5\9ED1"}
div,span,p,applet,object,iframe,h1,h2,h3,h4,h5,h6,a,em,font,img,q,dl,dt,dd,ol,ul,li,fieldset,form,label,caption,tbody,tfoot,thead,tr,th,td,section,article,header,footer,aside,{padding:0;margin:0;list-style:none}
section,article,header,footer,aside,{padding:0;margin:0;display:block}
input[type="button"],input[type="submit"],input[type="reset"]{-webkit-appearance:none;}
input,select,textarea{font-size:14px;;}
img{border:none}
a{color:#444;text-decoration:none;cursor:pointer}
a:hover{color:#00944b;text-decoration:none}
.clear{clear:both;overflow:hidden;height:0;line-height:0}
.clearafter:after{content:"";width:100%;clear:both;height:0;overflow:hidden;display:block}
.left{float:left}
.right{float:right}
.red{color:#156fbb}
pre{white-space:pre-wrap;word-wrap:break-word;margin:0;padding:0}
.overhide{display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.contain {width:100%;/*height:100%;*/position:relative;z-index:0;/*display: none*/}
.index_sec{ position:absolute;top:0;left:0;width:100%;/*height:100%;*/}
.active .contain,.fp-completely .contain{display: block}
.main1500{width:95%;margin:0 auto;}
.blank20{height:20px;}
.bodyhui{background: #fafafa}

._w1200,._w1300,._w1400,._w1500,._w1600{width:92%!important}
/*图片hover效果*/
.scaleimg img,.rotateimg img,.fytdtxt h3 span,.fyfenlie li a span,.fyxwzx li:after,.fyshzrlbleft span,.fylxkf,.fywsssxt li h2 span,.fygyrlsr li,.fyhzhb li,.fycxcg .fyjgtop span,.fyyoushi h3,.fyghtop li span,.ywcent li h4,.ywcent li h2{transition:all 0.4s ease-in-out;-moz-transition:all 0.4s ease-in-out;-webkit-transition:all 0.4s ease-in-out;-o-transition:all 0.4s ease-in-out }
.scaleimg:hover img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}
/*图片hover效果*/
.rotateimg:hover img{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}

/*fullpage*/
.section{background-size:cover;background-repeat:no-repeat;background-position:center bottom;/*overflow:hidden;*/}

.zywqh{width: 80px;}
.zywqh li{line-height: 79px;text-align: center}
.zywqh li a{font-size: 14px;display: block}
.zywqh li span{display: inline-block;background-image: url(../images/tacn/sanjiao0.png);width: 9px;height: 5px;background-position: center center;background-repeat: no-repeat;vertical-align: middle;margin-left: 5px;}
.zywqh li.qiehuan1{display: none;line-height:35px !important;;height: 35px !important;}
.zywqh:hover {background: #fff}
.zywqh:hover li span{background-image: url(../images/tacn/sanjiao1.png)}
.zywqh:hover .qiehuan1{display: block}
.headerlink{height:79px;}
.headerlink li{float:left;text-align:center;position:relative;height:79px;    margin-right: 20px;}
.headerlink li.headerwx{background: #156fbb}
.hederxs{background:url(../images/tacn/xzappbg.png) no-repeat;width:129px;height:138px;position:absolute;top:90px;z-index:9;left:50%;margin-left: -64px;display: none}
.hederxs img{width:106px;height:106px;margin-top: 16px;}



/* 简介+优势 */


.iconfont {
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}
* {
	box-sizing: border-box;
}
@font-face {
	font-family: PTDIN;
	src: url(../fonts/PTDINCondensedCyrillic.ttf)
}

/* AlibabaSans-Heavy */
@font-face {
	font-family: Arciform;
	src: url(../fonts/AlibabaSans-Light.otf)
}



.boxes {
	position: relative;
	padding: 50px 0px;
}

.w1400
 {
	width: 90%;
	max-width: 1400px;
	margin: 0px auto;
	position: relative;
}

.sub_title {
	text-align: center;
	width: 100%;
	color: #000000;
	margin-bottom: 50px;
	position: relative;
	padding-bottom: 25px;
}

.sub_title.w {
	color: #fff;
}

.sub_title.w::after {
	background: rgba(255, 255, 255, .1);
}

.sub_title p {
	font-size: 16px;
	display: block;
	margin-top: 10px;
	opacity: .7;
}


.sub_title b {
	font-size: 28px;
	font-weight: normal;
	position: relative;
	display: block;
}


.sub_title::after {
	width: 30px;
	height: 3px;
	position: absolute;
	left: 50%;
	margin-left: -15px;
	content: '';
	background: rgba(0, 0, 0, .1);
	bottom: 0px;
}

.sub_title.l::after {
	left: 0%;
	margin-left: 0%;
}

.common_more {
	font-size: 16px;
	overflow: hidden;
	position: relative;
	z-index: 0;
	display: flex;
	width: 198px;
	height: 52px;
	margin-top: 50px;
	padding: 0;
	text-indent: 10px;
	border: 1px solid #0065b6;
	border-radius: 32px;
	align-items: center;
	justify-content: center;
	color: #0065b6;
	cursor: pointer;
}

.common_more.active,
.common_more.active:hover {
	background: #ccc;
	color: #fff;
	border: 1px solid #ccc;
	cursor: no-drop;
}

.common_more.active::after,
.common_more.active::before {
	display: none;
}

.common_more.c {
	margin: 0px auto;
	margin-top: 50px;
}

.common_more::before {
	font-size: 33px;
	line-height: 46px;
	position: absolute;
	z-index: -1;
	top: 2px;
	left: 3px;
	width: 46px;
	height: 46px;
	content: "";
	transition: all 0.56s;
	text-align: center;
	text-indent: 0;
	color: #fff;
	border-radius: 50%;
	background: #0065b6;
}

.common_more::after {
	font-size: 33px;
	line-height: 46px;
	position: absolute;
	z-index: -1;
	top: 3px;
	left: 3px;
	width: 46px;
	height: 46px;
	content: "+";
	transition: all 0.56s;
	text-align: center;
	text-indent: 0;
	color: #fff;
	border-radius: 50%;
	background: transparent;
}

.common_more:hover {
	color: #fff;
	border: 1px solid #d2d3d4;
	border-color: transparent;
	background: transparent;
}

.common_more:hover::before {
	content: "";
	transform: scale(8);
	color: #0065b6;
}

.common_more:hover::after {
	color: #0065b6;
}

.homeAbout {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.homeAbout .intro {
	width: 25%;
	text-align: left;

}

.homeAbout .photo {
	width: calc(1400px * 0.4);
	height: calc(1400px * 0.4);
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.homeAbout .photo .iframe {
	width: calc(1400px * 0.27);
	height: calc(1400px * 0.27);
	border-radius: 50%;
	overflow: hidden;
	display: block;
	position: relative;
	z-index: 10;
	background: #000;
}

.homeAbout .photo .iframe img {
	opacity: .8;
}

.homeAbout .mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: 0.36s ease;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 4px 36px rgba(0, 0, 0, 0.08);

}

.homeAbout .mask::after {
	position: absolute;
	top: 50%;
	left: 50%;
	box-sizing: border-box;
	width: 84%;
	height: 84%;
	margin-top: -42%;
	margin-left: -42%;
	content: "";
	transition: 0.36s ease;
	border-radius: 50%;
	box-shadow: 0 4px 36px rgba(0, 0, 0, 0.08);
}

.homeAbout .photo::before {
	position: absolute;
	z-index: 101;
	top: 50%;
	left: 50%;
	width: 0;
	/* border: 10px solid; */
	height: 0;
	margin-top: -30px;
	margin-left: -4px;
	content: "";
	transition: 0.36s ease;
	opacity: 0;
	border-width: 7px 11px;
	border-style: solid;
	border-color: transparent transparent transparent #fff;
}

.homeAbout .bar_list {
	width: 25%;
}

.homeAbout .bar_list ul li {
	width: 100%;
	height: auto;
	padding: 10px;
	position: relative;
	border-radius: 50px;
	box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
	margin-bottom: 2vw;
	display: flex;
}

.homeAbout .bar_list ul li .icon {
	font-family: PTDIN;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	line-height: 45px;
	text-align: center;
	color: #fff;
	font-size: 24px;
	background: #0065b6;
}

.homeAbout .bar_list ul li .txt {
	line-height: 45px;
	margin-left: 10px;
	font-size: 16px;
}

.homeAbout .intro>h2 {
	display: block;
	font-size: 20px;
	font-weight: normal;
	line-height: 2;
	margin-bottom: 10px;
	color: #000;
}

.singePage {
	width: 100%;
	height: auto;
	line-height: 2;
	font-size: 16px;text-indent: 2em;text-align: left;
}

.homeAbout .photo .btn {
	width: 65px;
	height: 65px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	background: #fff;
	border-radius: 50%;
	z-index: 20;
}

.homeAbout .photo .btn span {
	display: block;
	width: 0px;
	height: 0px;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 8px solid #0065b6;
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
}

.homeAbout .photo .btn p {
	color: #fff;
	width: 150%;
	height: auto;
	position: absolute;
	left: -25%;
	top: 150%;
	text-align: center;
	font-size: 16px;
}

.homeAbout .photo .btn::before,
.homeAbout .photo .btn::after {
	width: 100%;
	height: 100%;
	border: 1px solid #fff;
	position: absolute;
	left: -1px;
	top: -1px;
	content: '';
	border-radius: 50%;
	-webkit-animation: scaleAnimate 2s linear infinite;
	opacity: 0;
}

.homeAbout .photo .btn::after {
	-webkit-animation-delay: .5s;
}


.boxes.b3 {
	background: url(../images/jj2.jpg)  center center no-repeat;
	background-size: cover;
	background-attachment: fixed;

}

.boxes.b3 .w1400 {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.boxes.b3 .w1400 .curL {
	width: 35%;
	height: auto;
	color: #fff;
}

.boxes.b3 .w1400 .list {
	width: 50%;
	position: relative;
	color: #fff;
}

.boxes.b3 .w1400 .list ul {
	display: flex;
	flex-wrap: wrap;
}

.boxes.b3 .w1400 .list ul li {
	width: 50%;
	padding: 50px;

	text-align: center;
	position: relative;
}

.boxes.b3 .w1400 .list ul li:nth-child(1)::after,
.boxes.b3 .w1400 .list ul li:nth-child(2)::after {
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0%;
	bottom: 0%;
	background: #fff;
	opacity: .7;
	content: '';
}

.boxes.b3 .w1400 .list ul li:nth-child(odd)::before {
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0%;
	right: 0%;
	background: #fff;
	opacity: .7;
	content: '';
}

.sub_title.l {
	text-align: left;
}

.sub_title.l b::after {
	left: 0%;
	margin-left: 0%;
}

.boxes.b3 .w1400 .list ul li .icon {
	width: 100%;
	height: auto;
	margin-bottom: 25px;
}

.boxes.b3 .w1400 .list ul li .icon .iconfont {
	font-size: 48px;
}
.boxes.b3 .w1400 .list ul li .icon .iconfont img{

	width: 20%;
	margin: 0 auto;
}

.boxes.b3 .w1400 .list ul li .name {
	width: 100%;
	height: auto;
	line-height: 1.4;
	font-size: 20px;
	margin-bottom: 15px;
}

.boxes.b3 .w1400 .list ul li .des {
	width: 100%;
	height: auto;
	line-height: 2;
	opacity: .7;
}





/*简介+优势结束*/


/*新闻开始*/
._font46{font-size:38px}
._more{width:115px;line-height:32px;display:block;border:2px solid #00944b;color:#00944b;border-radius:25px;margin:0 auto;background:rgba(47,199,160,0);text-align:center;transition:ease .4s}
._pageTitle{text-align:center;position:relative;font-weight:100;color:#939393}
._pageTitle span{display:block;width:205px;margin:0 auto;position:relative}
._pageTitle span:after,._pageTitle span:before{content:'';position:absolute;width:28px;height:1px;background:#d4d4d4;top:50%}
._pageTitle span:after{left:100%}
._pageTitle span:before{right:100%}
._pageTitle p{font-weight:700;text-transform:uppercase;line-height:3}
._pageTitle h3{color:#1b1b1b;font-weight:lighter;padding-top: 10px;}
._titlePlate{text-align:center}
._titlePlate .en{font-size:16px;font-family:CenturyGothic;text-transform:uppercase}
._titlePlate h3{font-size:30px;color:#4e4e4e;font-weight:inherit;display:inline-block;padding:0 20px;position:relative}
._titlePlate span{background:#e3e3e3;height:1px;width:30vw;position:absolute;display:block;top:50%}
._titlePlate span:after{content:'';height:3px;width:60px;background:#bfbfbf;position:absolute;top:50%;transform:translateY(-50%)}
._titlePlate .lineL{right:100%}
._titlePlate .lineR{left:100%}
._titlePlate .lineL:after{right:0}
._titlePlate .lineR:after{left:0}
._tabLink{text-align:center;margin:30px auto 60px}
._tabLink a{font-size:18px;color:#8e8e8e;position:relative;margin:0 25px;text-transform:uppercase;transition:ease .4s}
._tabLink a:after{content:'';position:absolute;background:#32b9b0;width:8px;height:8px;border-radius:50%;right:110%;top:50%;transform:translateY(-200%);opacity:0;transition:ease .4s}
._tabLink a.active{color:#00944b}
._tabLink a.active:after{opacity:1;transform:translateY(-50%)}


#videobox{display:none}
#videobox .anti_box{width:60%;height:auto;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);overflow:inherit}
#videobox .closeico{transform:translate(100%,-100%)}
#videobox .anti_box video{position:relative}
.plateNews{z-index:15;position:relative;background:#f8f8f8}
.plateNews ul{display:flex;flex-wrap:wrap;margin-bottom:35px}
.plateNews li{width:calc(100% / 3)}
.plateNews li a{position:relative;display:block;background:#fff;transition:ease-out .4s}
.plateNews li:nth-child(2) a{display:flex;flex-wrap:wrap;flex-direction:column-reverse}
.plateNews li:nth-child(2) .pic:after{top:0;bottom:auto;border-bottom:none;border-top:20px solid #fff}
.plateNews li .pic{width:100%;position:relative;overflow:hidden}
.plateNews li .pic .img{overflow:hidden;transition:ease 1.4s;background-size:cover;background-position:center}
.plateNews li .pic img{transition:ease .4s}
.plateNews li .pic:after{content:'';position:absolute;width:0;height:0;border-left:20px solid transparent;border-right:20px solid transparent;border-bottom:20px solid #fff;left:50%;transform:translateX(-50%);bottom:0;transition:ease-out .4s}
.plateNews li .summary{position:relative}
.plateNews li .text{padding:10% 10%;position:absolute;top:50%;transform:translateY(-50%);text-align: left;}
.plateNews li .more{width:112px;line-height:32px;display:block;text-align:center;background:#fff;margin-top: 8%;border-radius:25px;color:#00944b;opacity:0;transition:ease .4s}
.plateNews li .timer{color:rgba(54,54,54,.4);transition:ease .4s}
.plateNews li .timer span{color:#363636;text-transform:uppercase;padding-right:5px;border-right:1px solid #363636;margin-right:5px;position:relative;transition:ease .4s}
.plateNews li .timer span:after{content:'';position:absolute;width:30px;height:1px;background:#363636;right:110%;transition:ease .4s;top:50%}
.plateNews li h4{color:#363636;font-size:20px;font-weight:initial;line-height:1.7;margin:25px 0 15px;transition:ease .4s}
.plateNews li .Introduction{color:#8d8d8d;line-height:1.8}
.plateNews .newsMore{width:115px;line-height:33px;height:33px;display:block;text-align:center;border:2px solid #00944b;color:#00944b;margin:0 auto;transition:ease .4s}
.inBanner{margin-top:94px}
.inBanner img{width:100%}
.pageYoYo{background:#f6fbfb;padding:70px 0}
.pageYoYo ._w1400{display:flex;justify-content:flex-end;position:relative}
.pageYoYo ._w1400:after{content:''}
.pageYoYo .img{position:absolute;left:0;width:100%}
.pageYoYo .img img{position:absolute;max-width:inherit}
.pageYoYo .img .yoyo_text{left:-6%;width:83%}
.pageYoYo .img .yoyo{left:-2%}
.pageYoYo .description{position:relative;width:58%}
.pageYoYo .wechat{display:inline-block;float:right;margin-top:65px}
.pageYoYo .wechat p{text-align:center;font-size:24px;color:#2fc7a0;margin-bottom:20px;position:relative}
.pageYoYo .wechat p:after{content:'';width:16%;height:1px;background:#b5b5b5;right:0;position:absolute;top:50%}
.pageYoYo .wechat p:before{content:'';width:16%;height:1px;background:#b5b5b5;left:0;position:absolute;top:50%}
.pageYoYo .wechat span{border:2px solid #2fc7a0;display:inline-block}
.pageYoYo .wechat img{border:5px solid #fff;width:170px}
.pageYoYo .summary{margin-top:45px}
.pageYoYo .summary .title h3{font-size:30px;color:#2fc7a0;font-weight:100;text-transform:uppercase}
.pageYoYo .summary .des{color:#676767;line-height:2;margin-top:20px}
.pageYoYo .summary .des img{display:inline-block}
.pageYoYo .summary .des p{margin-bottom:5px}
._pageTitle img{margin:0 auto}
.pageMemorabilia{padding:70px 0;background:url(../images/memorabilia.jpg) center/cover}



.plateNews li:hover a{background:#00944b;color:#fff}
.plateNews li:hover .pic:after{border-top-color:#00944b;border-bottom-color:#00944b}
.plateNews li:hover .timer{color:rgba(255,255,255,.4)}
.plateNews li:hover .timer span{color:#fff;border-right:1px solid #fff}
.plateNews li:hover .timer span:after{background:#fff}
.plateNews li:hover h4{color:#fff}
.plateNews li:hover .more{opacity:1}
.plateNews li:hover .pic .img{transform:scale(1.05)}

.plateNews .newsMore:hover{background:#00944b;color:#fff}





/*新闻结束*/





/*底部*/
.footer{margin: 20px 0 0;padding: 45px 0;background:url(../images/lx.jpg) no-repeat center center;background-size: cover;}
.footernav{width: 83%;margin: 0 auto}
.footernav ul li{float: left;width:29%;/*margin-right: 12%*/}
.footernav ul li h2{border-bottom: 1px solid #fff;padding-bottom: 10px;margin-bottom: 15px;display: flex;}
.footernav ul li h2 a{font-size: 16px;color: #fff;}
.footernav ul li a{font-size: 15px;color: #fff;line-height: 35px;width: 33%;float: left;}
.footernav ul li a:hover{text-decoration: underline}
.footernav ul li.footerzb{margin-right: 0;width: 33%}
.footernav ul li.footerzb h2 a{color: #fff}
.footernav ul li h3{font-weight: normal;font-size: 16px;color: #fff;line-height: 35px;margin-bottom:5px;background-size: 20px auto;background-repeat:no-repeat;background-position:left 8px;padding-left:30px;}
.footernav ul li h3.footicn0{background-image: url(../images/tel0.png);text-align: left;}
.footernav ul li h3.footicn1{background-image: url(../images/tel1.png);text-align: left;}
.footernav ul li h3.footicn2{background-image: url(../images/tel2.png)}
.footwx{display:inline-block;position: relative;font-size: 16px;color: #fff;line-height: 50px;margin: 20px 30px 0 0 ;}
.footwx  h4{background:url(../images/tacn/sprites1.png) no-repeat top left;width: 50px;height:50px;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;display: inline-block;vertical-align: top;margin-right: 5px;}
.footwx  h4 a{width: 100%;height: 100%;display: block}
.footwx  h4.fylxicn0{background-position: 0 0;}
.footwx  h4.fylxicn1{background-position: 0 -50px;}
.footwx:hover h4.fylxicn0{ background-position:-50px 0;}
.footwx:hover h4.fylxicn1{background-position:-50px -50px;}
.footerwx{background: url(../images/wxbg.png) no-repeat;width: 147px;height: 154px;position: absolute;top: -160px;left: -52px;display: none}
.footerwx img{width: 112px;height: 112px;display: block;margin: 17px auto 0}
.footwx:hover .footerwx{display: block}
.footerbq{border-top: 1px solid #fff;padding:20px 0 0;text-align: center;color: #fff;font-size: 16px;margin-top:25px;line-height: 30px;}
.footerbq a{color: #fff;margin-left: 10px;}
.footerbq a:hover{text-decoration: underline}
/*页码*/
.page{clear:both;text-align:center;line-height:42px;margin-bottom: 80px;}
.page a,.page span{display:inline-block;color:#555;text-decoration:none;margin:0 5px;border: 1px solid #ccc;  -webkit-border-radius:21px;-moz-border-radius:21px;border-radius:21px;width: 42px;height: 42px;}
.page a.home,.page a.prev{background:#fff;color:#B4B4B4;}
.page a:hover{color:#156fbb;border-color: #156fbb}
.page span.pageCurrent{color:#156fbb;border-color: #156fbb}
.page a:hover{text-decoration:none;}
.page span.dianspan{border:none;padding-top:0;vertical-align:top}
.page a.home,.page a.prev,.page a.next,.page a.last{padding: 0 25px;}
/*第1屏 banner*/
#focus{ display:block;height:100%;}
#focus_phone{display:none;height:0;overflow:hidden;}
.focus_slide{width:100%;height:100%;position:absolute;top:0;left:0;}
.focus_slide .owl-wrapper-outer{ width:100%;height:100%;}
.focus_slide .owl-wrapper,.focus_slide .owl-item,.focus_slide .item{ width:100%;height:100%;}
.focus_slide .item{ text-align:center;position:relative;}
.focus_slide .item a{ display:block;width:100%;height:100%;position:absolute;top:0;left:0;z-index:10;background-repeat:no-repeat;background-position:center top;background-size:cover;}
.focus_slide .owl-controls {width:100%;position:absolute;bottom:40px;right:0;z-index:20;}
.focus_slide .owl-controls .owl-page span{display:block;width:45px;height:6px;margin:5px 7px;filter:Alpha(Opacity=100);opacity:1;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;background:#fff;}
.focus_slide .owl-controls .owl-page.active span, .focus_slide .owl-controls.clickable .owl-page:hover span{background:#156fbb;}
.homelink{position: absolute;left: 15%;bottom: 10%;z-index: 99}
.homelink a{display: inline-block;padding: 10px 30px;border: 1px solid #fff;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;font-size: 16px;color: #fff;margin-right: 10px;}
.homelink a img{vertical-align: middle;margin-right:15px;}
.homelink a:hover{background: #156fbb;border-color: #156fbb}
/*第2屏 业务*/
.section2{background-image:url(../images/tacn/xm.jpg)}
/*ipart1*/
.ipart1{padding-top:0px;}
.ipart1 .ipart_hd{text-align:center;}
.ipart1 .hd_en{display:inline-block;padding:0 20px;position:relative;}
.ipart1 .hd_en:after,.ipart1 .hd_en:before{content:"";width:160px;height:1px;background:#cdcdcd;display:block;position:absolute;top:50%;}
.ipart1 .hd_en:after{left:100%}
.ipart1 .hd_en:before{right:100%;}

.ipart1_bd{width:100%;/**/position:relative;height:100%;}

.ipart1_bd ul{width:50%;height:100%;background:url() repeat;position:absolute;top:0;left:0}
.ipart1_bd li{height:135px;position:relative;}
.ipart1_bd li a{display:block;}
.ipart1_bd li:before{content:"";width:160px;height:1px;/*background:#fff;*/display:block;position:absolute;right:440px;bottom:0;}
.ipart1_bd li:last-child:before{display:none;}
.ipart1_bd li .list_hover{width:0;height:100%;background:#156fbb;position:absolute;top:0;left:0;z-index:1;display:block;transition: 600ms; -webkit-transition: 600ms;}
.ipart1_bd li:hover .list_hover{width:120%;}
.ipart1_bd .list_box{width:615px;position:absolute;top:0;right:0;color:#fff;z-index:2;padding:4% 0 0;}
.ipart1_bd .list_box:after,.ipart1_bd .list_box:before{content:"";background:#fff;display:block;top:54%;position:absolute;visibility:hidden;opacity:0; transition: 300ms; -webkit-transition: 300ms;}
.ipart1_bd .list_box:after{width:42px;height:1px;right:-120px;}
.ipart1_bd .list_box:before{width:1px;height:42px;margin-top:0;right:-70px;}
.ipart1_bd li:hover .list_box:after,.ipart1_bd li:hover .list_box:before{transition: 300ms ease-in 600ms; -webkit-transition: 300ms ease-in 600ms;visibility:visible;opacity:1;}
.ipart1_bd li:hover .list_box:after{right:-90px;}
.ipart1_bd li:hover .list_box:before{margin-top:-21px;}

.ipart1_bd .list_ico{width:90px;height:90px;display:block;background:url(../images/tacn/ipart1_ico.png) no-repeat;}
.ipart1_bd li:nth-child(1) .list_ico{background-position:0px 0px;}
.ipart1_bd li:nth-child(2) .list_ico{background-position:0px -73px;}
.ipart1_bd li:nth-child(3) .list_ico{background-position:0px -157px;}
.ipart1_bd li:nth-child(4) .list_ico{background-position:0px -248px;}
.ipart1_bd li:nth-child(5) .list_ico{background-position:0px -336px;}
.ipart1_bd li:nth-child(6) .list_ico{background-position:0px 12px;}
.ipart1_bd li:nth-child(7) .list_ico{background-position:0px -421px;}


.ipart1_bd .list_text{padding:3% 0 0 14%;}
.ipart1_bd .list_hd{font-size:18px;margin-bottom:10px;}
.ipart1_bd .list_bd{font-size:13px;}


.ipart1_bd li{height:135px;}
.ipart1_bd .more_btn{display:block;height:38px;line-height:38px;background:#e6002f;color:#fff;text-align:center;font-size:14px;position:absolute;width:50%;bottom:0;left:0;}
.ipart1_bd .list_box{padding:2% 0 0;}



/*工具*/
.fix { *zoom: 1; *clear: both;}
.fix:before, .fix:after { display: table; clear: both; content: '';}
.oh { overflow: hidden; *zoom: 1;}
.l { float: left;}.r { float: right;}
.dib { display: inline-block; *display: inline; *zoom: 1;}
.pr { position: relative;}.pa { position: absolute;}
.tc { text-align: center;}.tr { text-align: right;}
.el { overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.hide { display: none;}
.hidetext { font: 0/0 a; letter-spacing: -9px;}
.arr { display: inline-block; overflow: hidden; width: 0; height: 0;}
.opc0 { opacity: 0 ; filter: alpha(opacity=0);}

/*动效*/
.rotation { -webkit-animation: rotation  0.8s infinite linear; animation: rotation  0.8s infinite linear;}
@-webkit-keyframes rotation { 0% { -webkit-transform: rotateZ(0deg);}100% { -webkit-transform: rotateZ(360deg);}}
@keyframes rotation { 0% { transform: rotateZ(0deg);} 100% { transform: rotateZ(360deg);}}
.heartbeat { -webkit-animation: heartbeat  1.2s infinite ease-in; animation: heartbeat  1.2s infinite ease-in;}
@-webkit-keyframes heartbeat { 0% { -webkit-transform: scale(1); opacity: 1;}15% { -webkit-transform: scale(1.3); opacity: 0.5;} 30% { -webkit-transform: scale(1); opacity: 1;}}
@keyframes heartbeat { 0% { transform: scale(1); opacity: 1;}15% { transform: scale(1.3); opacity: 0.5;} 30% { transform: scale(1); opacity: 1;}}
.trigger:hover { -webkit-animation: trigger 0.2s ease; animation: trigger 0.2s ease;}
@-webkit-keyframes trigger { 0% { -webkit-transform: rotateZ(0deg);} 100% { -webkit-transform: rotateZ(180deg);}}
@keyframes trigger { 0% { transform: rotateZ(0deg);}100% { transform: rotateZ(180deg);}}
.ywtop{padding:15px 0 15px;text-align: center}
.ywtop h2{font-weight: normal;font-size: 22px;text-align: center;color: #ffffff}
.ywtop h3{font-weight: normal;font-size: 36px;color: #ffffff;text-align: center;margin-top: 10px;}
.ywcent{width: 90%;margin: 0 auto;position: absolute;bottom: 312px;left: 5%;}
.ywcent li{text-align: center;position: relative;padding-bottom: 205px;}
.ywcent li h2{font-weight: normal;font-size: 20px;color: #ffffff;padding-top: 50px;line-height: 26px;height: 26px;}
.ywcent li h3{font-weight: normal;font-size: 12px;color: #ffffff;margin: 30px 0}
.ywcent li h4{position: absolute;top:100%;left: 50%;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;background: rgba(0,124,190,.8);z-index: -1;width: 244px;height: 244px;margin-left: -122px;}
.ywcent li span{display: block;margin: 0 auto;background-repeat: no-repeat;background-position: center center;background-image: url(../images/yuanyuan0.png);width: 24px;height: 24px;}
.ywcent li:before{content: "";position: absolute;bottom: 0;left:50%;background:rgba(255,255,255,.43);width: 1px;height:205px}
.ywcent li.clijjfabt h2{font-size: 24px}
.ywcent li.clijjfabt span{background-image: url();}
.ywcent li.clijjfabt h4{top: 0;}
.ywbot{position: absolute;bottom: 0;left: 0;background: rgba(0,124,190,.7);padding: 25px 10%;width: 80%}
.ywbotimg{width: 281px;}
.ywbotimg img{width: 100%;display: block}
.ywbotwz{margin-left: 360px;}
.ywbotwz h2{font-size: 47px;color: #366f94;font-weight: normal}
.ywbotwz h3{font-size: 26px;color: #fff;font-weight: normal;margin-top: -25px;}
.ywbotwz h4,.jjnrwz{font-size: 15px;color: #fff;font-weight: normal;line-height: 36px;height: 72px;overflow: hidden;/*margin: 25px 0*/}
.homeywmore{width: 150px;height: 42px;line-height: 42px}
.homeywmore .more{color: #fff; font-size: 15px;}
.homeywmore .more::after {border: 1px solid #fff;}
.homeywmore .more:hover{color: #0880c0}
.homeywmore .more:hover::before {background-color: #fff;}
.homeywmore .more:hover::after { border-color: #fff}
/*第3屏 简介*/
.section3{background-image: url(../images/bg_gs2.jpg)}

.jjleft{/*float: left;width: 50%;*/padding-top: 265px}
.jjleft h2{font-size: 22px;color: #cccccc;font-weight: normal; text-align:center;}
.jjleft h3{font-size: 36px;color: #000;font-weight: normal;margin: 25px 0 40px;text-align:center;}
.jjleft pre{font-size: 16px;color: #3c3c3c;line-height: 32px;margin-bottom: 50px;height:280px;overflow: hidden}
.jjright{float:left;width: 40%;padding: 220px 5% 0;position: relative;}
.jjright img{max-width: 100%;display: block;margin: 35px auto 0}
.jjrightkuai{width: 240px;height: 313px;background: #c8a063;position: absolute;top:220px;right: 0;z-index: -1}
/*4集团业务*/
.section4{/*background-image:url()*/background:#f2f2f2}
.fuwutop{text-align: center;}
.fuwutop h2{font-weight: normal;font-size: 22px;color: #fff}
.fuwutop h3{font-weight: normal;font-size: 36px;color: #fff;margin-top: 10px;}
.fuwutop h4{font-weight: normal;font-size: 16px;color: #666666;margin-top: 15px;line-height: 30px}
.fuwobot{margin-top: 100px;width: 100%}
.jjfabc{width: 100%;margin-top: 48px;}
.history-prt .owl-wrapper-outer{padding: 15px 0 0 15px;}
.jjfabcdiv{background:#156fbb;width: 96%;margin: 0 auto}
.jjfabcimg{text-align: center;width: 433px;float:left}
.jjfabcimg img{width:100%;display: block;margin: -15px 0 0 -15px;}
.jjfabcbt{margin-left: 473px;padding: 35px 50px 60px 0}
.jjfabcbt h2{font-size: 36px;color: #fff;font-weight: normal}
.jjfabcbt h3{width: 24px;height: 4px;background: #fff;margin: 10px 0 20px;}
.jjfabcbt h4{font-size: 16px;color: #fff;font-weight: normal;height: 96px;line-height: 32px;overflow: hidden}
.jjfabt{position: relative;margin-top: 45px;}
.jjfabt li{text-align: center;cursor: pointer;position: relative;width: 130px;height: 130px;margin: 0 auto}
.jjfabt li i{width: 130px;height: 130px;background: url(../images/tacn/fuwuyuan1.png) no-repeat center center;display: block; -webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;position: absolute;top: 0;left: 0}
.jjfabt li:hover i,.jjfabt li.clijjfabt i{background:url(../images/tacn/fuwuyuan0.png) no-repeat center center;}
.jjfabt li:hover i{animation:dsjbg 10s  linear infinite;-webkit-animation:dsjbg 10s  linear infinite;-moz-animation:dsjbg 10s  linear infinite;-ms-animation:dsjbg 10s  linear infinite;-o-animation:dsjbg 10s  linear infinite;}
.jjfabt li h2{font-weight: normal;font-size: 20px;color: #666666;line-height: 130px;z-index: 2;position: relative;}
.jjfabt li:hover h2,.jjfabt li.clijjfabt h2{color: #156fbb}
/*5新闻*/
/*.section5{background-image:url(../images/tacn/bg_al.jpg)}*/
.xinwenleft{padding: 10px 0 3px;}
.xwlefttop{width: 100%;}
.xwlefttop .ywtop h2,.xwlefttop .ywtop h3{color: #000;text-align: center;}
.xwlefttop .jjnrwz{color: #666;height: auto;text-align: center;}
.xwlefttop .homeywmore{width: 150px;height: 42px;line-height: 42px;margin: 0 auto;}
.xwlefttop .homeywmore .more{color: #666666; font-size: 15px;}
.xwlefttop .homeywmore .more::after {border: 1px solid #cccccc;}
.xwlefttop .homeywmore .more:hover{color: #fff}
.xwlefttop .homeywmore .more:hover::before {background-color: #0880c0;}
.xwlefttop .homeywmore .more:hover::after { border-color: #0880c0}
.xinwenfl{ margin: 0px auto;text-align: center;width: 50%; }
.xinwenfl ul{    display: inline-block; margin: 20px 0;}
.xinwenfl li{font-size: 16px;cursor:pointer;color: #666666;position: relative;float:left;line-height: 36px;border-radius: 40px;border: #ccc solid 1px;padding: 0 35px;margin-right: 20px;}
/*.xinwenfl li:after{content: "";position: absolute;width: 11px;height: 1px;background: #bdbdbd;top: 13px;}*/
.xinwenfl li img{display: none;margin-left: 5px;}
.xinwenfl li.clixwli{padding-right: 22px;color: #00944b;border: #00944b solid 1px; }
.xinwenfl li.clixwli:after{background: #00944b;width: 31px;}
.xinwenfl li.clixwli img{display: inline-block;}
.xinwenfl li:hover{color:#00944b}
.xinwenright{position: static;right: 0;height: 100%;display: none}
.xwimg{}
.xwimg li{float: left;width:24.5%;margin-right: 1px;}
.xwimg li img{display: block;width: 100%}
.xwtz{margin:1% 5%;}
.xwtz li{float: left;width: 24%;margin: 0 0.5%;background: #fff; border-radius: 2%;-webkit-transition: all .2s linear;-moz-transition: all .2s linear;-ms-transition: all .2s linear; -o-transition: all .2s linear;transition: all .2s linear;}
.xwtz img{width:90%;display:block;    margin: 0 auto;}
.xwtz li h2{font-size: 13px;color: #666666;line-height: 26px;height: 68px;overflow: hidden;padding: 120px 6% 15px 4%;font-weight: normal}
.xwtz li h3{font-size: 18px;color: #333333;font-weight: normal;margin: 15px 14px 20px;}
.xwtz li h4{font-size: 17px;color: #d4d4d4;font-weight: normal;width: 21px;height: 21px;line-height: 21px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;border: 1px solid #d9d9d9;text-align: center;margin: 20px 18px;float:right;}
.xwtz li h5{font-size: 61px;color: #f2f2f2;margin-top:15px}
.xwtz li:hover{box-shadow: 0 0 5px #c6c6c6; transform:translate3d(0,-2px,0);-webkit-box-shadow:0 15px 30px rgba(0,0,0,.1);-moz-box-shadow:0 15px 30px rgba(0,0,0,.3);box-shadow:0 15px 30px rgba(0,0,0,.3)}
.xwtz li:hover h3,.xwtz li:hover h5{color: #00944b}
.xwtz li:hover h4{border-color: #00944b;color:#00944b}
/*6案例*/
.section6{background-image:url()}
.xian{width: 57px; height: 2px; display:block; background:#0061ae; margin: 0 auto; margin-top: 22px; margin-bottom: 22px;}
.ch2{font-size: 34px; color:#666; text-align: center;}
.ch3{font-size: 18px; color:#898989;text-align: center;}
/*样板工程*/
#anli{width:100%; overflow: hidden; margin: 0 auto;}
.anul{/*width:100%;*/ height: auto; overflow: hidden; margin: 0 auto; /*margin-bottom: 60px;*/ margin-top: 10px;}
.anul>li{width:31%; height: auto; margin:0 0.4%; float: left;position: relative; overflow: hidden; margin-bottom: 0.4%;}
.anul>.li{margin-right: 0px; }
.anul>li>a>img{display: block; width: 100%;height:auto;}
.anul>li>a>h2{width: 100%; height: 40px; background:rgba(0,0,0,0.4); text-align: center; line-height: 40px; color:white; font-size: 16px; position: absolute; bottom: 0px; left: 0px; }
.anul>li>a>div{ background:rgba(0,0,0,0.4); position: absolute; top: 0px; left: 0px; transition: all 0.2s ease;-webkit-transition: all 0.2s ease;opacity: 0; width: 70%; padding:15% 0px;}
.anul>li>a>div>h2{font-size: 18px; color:white; margin: auto; text-align: center;margin-top: 20%;}
.anul>li>a>div>img{display: block; margin: 0 auto; margin-top: 5%;}
.anul>li:hover div{height: 70%; padding: 15%; opacity: 1;}
.anul>li:hover .h2{display: none;}

.nav4{width: 100%; overflow:hidden; text-align: center; margin-top: 10px;}
.nav4>ul{display: inline-block; margin: 0 auto;}
.nav4>ul>li{float: left; margin-right: 20px;}
.nav4>ul>li>a{font-size: 14px; color:#fff;padding:10px 30px; border-radius: 10px; display: block;}
.nav4>ul>li>.a{background:#e16e1d; color: white;}
.anul{/*display: none;*/}

/*面包屑*/
.fymbx{padding: 4px 0 15px 20px;font-size: 27px;color: #333333;border-bottom: 1px solid #e6e6e6;text-align: left;position: relative}
.fymbx:before{position: absolute;content: "";width: 3px;height: 28px;top:12px;left: 0;background: #1eb7c0}
.fymbxbt{color: #999999;font-size: 14px;margin-top: 12px;}
.fymbxbt span{color: #1eb7c0;}
.fymbxbt a{color: #999999;font-size: 14px;}
.fymbxbt a:hover{color: #1eb7c0;}
.fymbxbt img{vertical-align: middle;width: 16px;
    float: left;}


/*ny公司简介*/
.ncon,.sycp{overflow: hidden;}
.fyaltop {background: #00944b;padding: 30px 0 30px 15%;margin-bottom: 10px;}
.fyaltop h2{font-weight: normal;font-size: 30px;color: #fff;position: relative}
.fyaltop h2:before{content: "";position: absolute;top:-30px;left:-15px;width: 6px;height: 64px;background: #1cb000}
.fyaltop h3{font-weight: normal;font-size: 16px;color: #fff}
.sycp_l{/*background: #13a54e;*/}
.sycp_l ul li a i{width: 0px;height: 0px;border-top: 5px solid transparent;border-left: 5px solid #009688;border-bottom: 5px solid transparent;display: inline-block;margin-right: 15px;padding-top: -25px}
.sycp_l ul li a{color: #444;font-size: 16px;}
.sycp_l ul li a:hover{color: #156fbb}
.sycp_l ul li{ line-height: 45px;background:url(../images/tacn/jiantou0.png) no-repeat right 10% center;}
.sycp_l ul{border-left:1px solid #009688;overflow: hidden;margin-left: 11px;}


.sycp_r{float: right;width: 904px;}
.l_tel{background: #00944b;padding: 23px 0px;text-align: center;}
.l_tel h2{font-size: 17px;line-height: 26px;color:#fff;text-align:center;margin-bottom: 10px;font-weight:normal; margin: 3%;  text-align: left;}
.l_tel h3{font-size: 18px;line-height: 26px;color:#fff;}
.l_tel img{margin: 10px; }

._act{background: #FF0 !important;color: #000 !important}
._act1{color: #009688 !important; }
._act2{color: #156fbb !important; }

.nconl{ width:300px;}
.nconr{ width:890px}
.nconr h3{ height:50px; line-height:50px; font-size:22px; border-bottom:1px solid #ccc; margin-bottom:20px; color:#01994c}
.nconr h3 span{ float:right; font-size:14px; font-weight:normal; color:#01994c}
.nconr h3 span a{ color:#01994c}
/*sp*/
#video_box {
    width: 809px;
    margin: 0 auto;
    margin-top: 0px;
}
#video_box video {
    width: 809px;
    margin: 0 auto;
    display: block;
}

/*ny公司业务*/
.zpzs{width: 85%; height: auto; overflow: hidden;margin:0 auto; margin-bottom: 60px;margin-top: 50px;}
.zpzs>ul{width: 100%; overflow: hidden; margin: 0 auto;}
.zpzs>ul>li{width:100%; overflow: hidden; margin: 0 auto;}
.zpzs>ul>li>span{display: block; width: 50%; float: left; overflow: hidden;}
.zpzs>ul>.zpli>span{display: block; width: 50%; float: right;}
.zpzs>ul>li>span>img{display: block; width: 100%; transition: all 1s;-webkit-transition: all 1s;}
.zpzs>ul>li>span:hover img{transform: scale(1.1);-webkit-transform: scale(1.1);}
.zpzs>ul>li>div{display: block; width: 45%; float: right; margin-left: 5%;}
.zpzs>ul>.zpli>div{display: block; width: 36%; float: left; margin-left: 5%;}
.zpzs>ul>li>div>h2{font-size: 22px; color:#0061ae; margin-bottom: 5%; margin-top: 10%;}
.zpzs>ul>li>div>h2>a{color:#0061ae;}
.zpzs>ul>li>div>p{width: 90%; font-size:14px; color:#707070; line-height: 25px;margin-bottom: 5%;}
.zpzs>ul>li>div>a{width: 146px; height: 42px; border:1px solid #0061ae; font-size: 14px; color:#0061ae; text-align: center; line-height: 42px; float: left;display: block; margin-right: 40px;}
.zpzs>ul>li>div>.a1{ background:#0061ae; color: white; }
.zpzs>ul>li>div>span{width: 40px; height: 2px;background:#f08519;display: block;margin-bottom: 5%;}
/*.video{width:600px; height:477px; position: fixed; padding:20px; background: #0061ae;left: 50%; top:50%; margin-left: -310px; margin-top: -243.5px; display: none; z-index: 8;}
.video>video{width: 600px; height:453px; margin-top: 20px;}
.video>a{display: block; font-size: 18px; color:white; position: absolute; top:13px; right:26px;}
*/


/*文章分页样式*/
#fenye{clear:both; margin:10px 24px 20px 0;}
#fenye a{ width:28px; text-align:center; float:left; border:1px solid #bfbfc7;background:#fff; height:28px; font-size:12px;color:#666; line-height:28px; margin-left:5px;border-radius:3px; display:inline-block;}
#fenye .prev,#fenye .next{width:60px;}
#fenye a.curr{background:#bfbfc7;border:1px solid #bfbfc7;color:#fff;}
#fenye a:hover{background:#bfbfc7;border:1px solid #bfbfc7;color:#fff; text-decoration:none}
#pageNext{ margin:10px;}
#pageNext .prev,#pageNext .next{text-align:center;width: 60px;}
#pageNext a.curr{background: #bfbfc7;border: 1px solid #bfbfc7;color: #fff;}
#pageNext a.curr span{ color:#fff !important;}
#pageNext a{width: 28px;text-align: center;float: left;border: 1px solid #bfbfc7;background: #fff;height: 28px;font-size: 12px;color: #666;line-height: 28px;margin-left: 5px;border-radius: 3px;}
#realname{height: 30px;border: 1px solid #ddd;}
#b1{padding: 5px 10px;background: #ff7d02;color: #fff;border: 1px solid #ff7d02;border-radius: 3px;}

.fenyetips{ display:none}
#pagelist{ line-height:22px;color:#666; padding:2px 0;}
#pagelist a{ width:28px; text-align:center; float:left; border:1px solid #bfbfc7;background:#fff; height:28px; font-size:12px;color:#666; line-height:28px; margin-left:5px;border-radius:3px;}
#pagelist a.next,#pagelist a.prev{width:60px;}
#pagelist a.curr{ background:#bfbfc7;border:1px solid #bfbfc7;color:#fff;}
#pagelist a:hover{background:#bfbfc7;border:1px solid #bfbfc7;color:#fff; text-decoration:none}
#pagelist a img{ display:block;margin:0 auto;margin-top:12px;}
#pagelist span{line-height:28px; font-size:13px; height:28px; margin-left:10px;}
#pagelist span#totalpage{ margin:0;}
.fenye a img{ display:block;margin:0 auto;margin-top:12px;}



	*/
	




/***********************分页**************************/
.fybanner{height: 370px;background-repeat: no-repeat;background-position: center center;}
.fyimgtxt{text-align: center;padding-top: 174px;}
.fyimgtxt h3{font-size: 16px;color: #fff;font-weight: normal;}
.fyimgtxt h4{font-size: 42px;color: #fff;font-weight: normal;margin-top:8px;}
/*荣誉*/
.fyjtry h4{line-height: 28px !important;height: 56px !important;text-align: center}
/*专家团队*/
.fytdlb{margin: 0px auto 10px;float: right; width: 75%;}
.fytdlb .anul{}
.fytdlb .anul>li{width: 24%; height: auto;margin-right: 0.4%;float: left;position: relative;overflow: hidden;margin-bottom: 2.4%;}
.fytdlb .anul>li>a>img {display: block;width: 100%;height:100%;}
.fytdlb .anul>li>a>h2 {width: 100%;height: 40px;background: rgba(0,0,0,0.4);text-align: center;line-height: 40px;color: white;font-size: 16px;position: absolute; bottom: 0px;left: 0px;}
.fytdlb .anul>li>a>div {background: rgba(0,0,0,0.4);position: absolute;top: 0px;left: 0px; transition: all 0.2s ease;-webkit-transition: all 0.2s ease;opacity: 0;width: 70%;padding: 15% 0px;}
.fytdlb .anul>li>a>div>h2 { font-size: 18px;color: white;margin: auto; text-align: center;margin-top: 50%;}
.fytdlb .anul>li:hover div{height: 100%; padding: 15%; opacity: 1;}
/*ryzz*/
.fytdlb .ryzz{}
.fytdlb .ryzz>li{width: 31%; height: auto;margin-right: 0.4%;float: left;position: relative;overflow: hidden;margin-bottom: 2.4%;}
.fytdlb .ryzz>li>a>img {display: block;width: 100%;}
.fytdlb .ryzz>li>a>h2 {width: 100%;height: 40px;background: rgba(0,0,0,0.4);text-align: center;line-height: 40px;color: white;font-size: 16px;position: absolute; bottom: 0px;left: 0px;}
.fytdlb .ryzz>li>a>div {background: rgba(0,0,0,0.4);position: absolute;top: 0px;left: 0px; transition: all 0.2s ease;-webkit-transition: all 0.2s ease;opacity: 0;width: 70%;padding: 15% 0px;}
.fytdlb .ryzz>li>a>div>h2 { font-size: 18px;color: white;margin: auto; text-align: center;margin-top: 50%;}
.fytdlb .ryzz>li:hover div{height: 100%; padding: 15%; opacity: 1;}

/*.fytdlb li{float: left;width:29.33%;margin: 0 2% 58px}
.fytdlb li img{width: 100%;display: block;border:2px solid #f7f7f7}*/
.fytdtxt{background: #f7f7f7;width: 86%;margin: -25px auto 0;padding:20px 2% 20px;position: relative;z-index: 2}
.fytdtxt h2{text-align: center;font-size: 26px;color: #333333;font-weight: normal}
.fytdtxt h3{background: #156fbb;width:29px;height: 1px;margin: 10px auto 15px;position: relative}
.fytdtxt h3 span{position:absolute;top: 0;left: 0;height: 1px;width: 0;background: #fff}
.fytdtxt h4{font-size: 13px;color: #666666;line-height: 26px;height: 104px;overflow: hidden;font-weight: normal}
.fytdlb li:hover img{border-color: #156fbb}
.fytdlb li:hover .fytdtxt{background: #156fbb}
.fytdlb li:hover h2,.fytdlb li:hover h4{color: #fff}
.fytdlb li:hover h3 span{width: 100%}
/*新闻中心-详情页*/
.fyxwxqtitle{text-align: center;padding: 30px 0 10px;}
.fyxwxqtitle h2{font-weight: normal;font-size: 30px;color: #333333;text-align: center;}
.fyxwxqtitle h3{width: 108px;height: 1px;background: #999999;margin: 15px auto}
.fyxwxqtitle h4{font-weight: normal;font-size: 13px;color: #666666;}
.fyxwxq{background: #fff;margin: 0 auto 2px;}
.fyxwxqcont{font-size: 16px;color: #333333;line-height: 36px;text-align: left;padding: 0 2%}
.fyxwxqcont .imglist{ text-align:center;}
.fyxwxqcont img{margin: 0 auto;width:600px}
.xqytext{margin:0 5%;position: relative;border-top: 1px dashed #dedede;padding: 20px 0 60px;text-align: left;}
.xqytext span{font-size:15px;color:#666666;display: block;line-height: 34px;}
.xqytext span a{font-size:15px;color:#666666}
.xqytext span a:hover{color:#156fbb;text-decoration:underline}
.xqytext a.xqback{width: 85px;line-height: 37px;text-align: center;height: 37px;background: #00944b;display: block;color: #fff;font-size: 15px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;position: absolute;top:35px;right: 0}
.xqytext a.xqback:hover{background: no-repeat;color: #156fbb;border: 1px solid #156fbb}
/*新闻中心*/
.fyfenlie{padding: 30px 0;border-bottom: 1px solid #eaeaea;background: #fff}
.fyfenlie li{float: left;padding-right: 50px;position: relative;margin-right: 50px;}
.fyfenlie li:after{content: "";width: 1px;height:12px;background: #dcdcdc;right: 0;top:7px;position: absolute}
.fyfenlie li a span {position: absolute; width: 0;height: 1px; background: #156fbb;  top: 30px;left: 0;}
.fyfenlie li:last-child:after{background:none}
.fyfenlie li a{font-size: 16px;color: #333333;position: relative}
.fyfenlie li a span{position: absolute;width:100%;height: 1px;background: #0479be;top:30px;left: 0;}
.fyfenlie li a:hover,.fyfenlie li.clifyfl a{color: #156fbb}
.fyfenlie li a:hover span,.fyfenlie li.clifyfl a span{width: 100%}
.fyxwzx{margin: 50px auto 40px}
.fyxwzx li{float: left;width: 96%;margin:0  1% 50px 0;border-bottom: 1px solid #e3e3e3;padding-bottom: 15px;text-align: left;position: relative}
.fyxwzx li img{width: 100%;display: block}
.fyxwtime{border-left: 2px solid #0479be!important;padding: 0 3%;margin: 7px 0 15px;}
.fyxwtime h2{font-size: 14px;color: #333333;font-weight: normal}
.fyxwtime h3{font-size: 18px;color: #333333;font-weight: normal;margin-top: 5px;}
.fyxwzx li h4{font-size: 16px;color: #666666;font-weight: normal;line-height: 26px;height: 52px;overflow: hidden}
.fyxwzx li h5{font-size: 16px;color: #666666;font-weight: normal;margin-top: 10px;line-height: 12px;}
.fyxwzx li h5 span{font-size: 12px;color: #bababa;width: 12px;height: 12px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;border: 1px solid #b9b9b9;display: inline-block;line-height: 12px;text-align: center;vertical-align: top;margin-left: 3px;}
.fyxwzx li:after{content: "";position: absolute;left: 0;bottom: 0;width:0;background: #0479be;height: 1px;}
.fyxwzx li:hover:after{border-color: #156fbb;width: 100%}
/*公益理念*/
.fygyln{background: url(../images/fygylnbg.jpg) no-repeat repeat;background-size: cover;padding:60px 0;text-align: center;}
.fygyln span{width: 1px;height: 60px;background: #999;display: block;margin: 0 auto}
.fygyln h2{font-size: 36px;color: #333333;font-weight: normal;margin-top: 40px}
.fygyln pre{font-size: 23px;color: #333333;line-height: 45px;margin: 20px 0 35px;}
.fygyln h3{font-size: 39px;color: #156fbb;margin-bottom: 50px;}
/*脱贫攻坚*/
.fytpgj{text-align: center;margin: 70px auto 40px;}
.fytpgj h2{font-size: 36px;color: #333333;font-weight: normal}
.fytpgj h3{width: 108px;height: 1px;background: #999999;margin: 25px auto 0}
.fygjtxt{font-size: 16px;color: #333333;line-height: 36px;}
.fyshzrlb{margin:50px auto 0}
.fyshzrlb li{margin-bottom: 70px;}
.fyshzrlbleft{float: left;width: 50%;position: relative;overflow: hidden}
.fyshzrlbleft span{display: block;width: 80%;height: 20%;background: #156fbb;position: absolute;bottom:-2%;right: 0;z-index: -1}
.fyshzrlbleft img{display:block;width:98.5%}
.fyshzrlbright{float: left;width: 44%;padding: 30px 3%}
.fyshzrlb li:hover .fyshzrlbleft span{width: 98%;height: 100%}
.fyjgtop{font-size: 24px;color: #333333}
.fyjgbot{font-size: 16px;color: #333333;line-height: 36px;margin-top: 30px;}
.fyshzrlb li.fyshzrlbodd .fyshzrlbleft{float: right}
/*人才招聘*/
.fyrczpbt{font-size: 16px;color: #333333;padding: 50px 0 70px;text-align: center}
.fyjrwm{margin: 0 auto 70px;}
.fyjrwmbt{padding: 20px 0;background: #ededed;}
.fyjrwmbt span{text-align: center;font-size: 18px;color: #333333;display:inline-block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis}
.fyjrwmbt span.fyjrwm0{width:15%;}
.fyjrwmbt span.fyjrwm1{width: 40%}
.fyjrwmbt span.fyjrwm2{width: 15%}
.fyjrwmbt span.fyjrwm3{width: 15%}
.fyjrwmbt span.fyjrwm4{width: 15%}
.fyjrwmlb{border-bottom: 1px solid #e3e3e3;padding:35px 0;cursor: pointer}
.fyjrwmtop{padding: 0;background:none}
.fyjrwmtop span{font-size: 16px;color: #333333}
.clifyjrwmlb{background: #f5f3f3}
.fyzpbg{position: fixed;width: 100%;height: 100%;background: rgba(0,0,0,.2);top: 0;left: 0;display: none}
.fyzpshow{position: absolute;width: 960px;height:560px;top: 50%;left: 50%;margin-left: -480px;background: #fff;margin-top: -280px;}
.fyzpclose{font-size: 14px;color: #333333;text-align: right;padding: 30px 3%;cursor: pointer}
.fyzpclose:hover{color: #156fbb}
.fyzpbt{font-size: 26px;color: #000000;padding: 0 3%}
.fyzpnr{font-size: 15px;color: #666666;line-height: 30px;margin:25px 3% 0;height: 370px;overflow: auto}
/* 滚动条 */
.af-content { overflow: hidden;}
.af-content>.mCustomScrollBox>.mCSB_scrollTools { height: 94%; top: 3%; }
.af-content .mCSB_scrollTools .mCSB_draggerRail { width: 0; border-right: 1px dashed #c0c0c0; }
.af-content .mCSB_scrollTools .mCSB_dragger { height: 11px; }
.af-content .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { width: 11px; -webkit-border-radius: 11px; -moz-border-radius: 11px; border-radius: 11px; background: #c0c0c0 !important; }
.mCSB_container { width: auto; margin-right: 30px; overflow: hidden; }
.mCSB_container.mCS_no_scrollbar { margin-right: 0; }
.mCS_disabled>.mCustomScrollBox>.mCSB_container.mCS_no_scrollbar, .mCS_destroyed>.mCustomScrollBox>.mCSB_container.mCS_no_scrollbar { margin-right: 30px; }
.mCustomScrollBox>.mCSB_scrollTools { width: 16px; height: 100%; top: 0; right: 0; }
.mCSB_scrollTools .mCSB_draggerContainer { position: absolute; top: 0; left: 0; bottom: 0; right: 0; height: auto; }
.mCSB_scrollTools a+.mCSB_draggerContainer { margin: 20px 0; }
.mCSB_scrollTools .mCSB_draggerRail { width: 2px; height: 100%; margin: 0 auto; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }
.mCSB_scrollTools .mCSB_dragger { cursor: pointer; width: 100%; height: 30px; }
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { width: 4px; height: 100%; margin: 0 auto; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; text-align: center; }
.mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown { display: block; position: relative; height: 20px; overflow: hidden; margin: 0 auto; cursor: pointer; }
.mCSB_scrollTools .mCSB_buttonDown { top: 100%; margin-top: -40px; }
/*旗下公司*/
.fyqxgs{background: url(../images/tacn/bg.jpg) repeat;padding: 70px 0 25px}
.fylxwmadrone{background: #fff;width:45%;margin: 0 2% 35px 0;float:left;padding: 15px 2%;}
.fylxwmadrone h2{font-size: 24px;color: #333333;font-weight: normal;border-bottom: 1px solid #e5e5e5;padding-bottom: 15px;}
.fylxwmadrone h2 span{font-size: 14px;margin-left: 5px;}
.fylxwmadrone ul{margin-top: 10px}
.fylxwmadrone li{font-size: 14px;line-height: 30px;color: #666666}
.fylxwmadrone li .yxname{width: 50px;}
.fylxwmadrone li .yxcon{margin-left: 50px;}
.fylxwmadrone:hover{background:url(../images/gsbg.jpg) no-repeat center center;background-size: cover}
.fylxwmadrone:hover h2,.fylxwmadrone:hover h2 span,.fylxwmadrone:hover li{color: #fff}
/*联系三润*/
.fylxsr li{float: left;width: 29.33%;margin: 0 2% 15px;text-align: center}
.fylxkf{background: #fff;height: 200px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;padding-top: 40px;}
.fylxkf h3{padding-top: 35px;font-size: 18px;color: #333333;font-weight: normal}
.fylxkf img{width: 102px;height: 102px;}
.fylxzx img{width: 151px;height: 151px;margin-top: -75px;}
.fylxzx h2{font-size: 18px;color: #333333;font-weight: normal;margin-top: 15px;}
.fylxsr li:hover .fylxkf{box-shadow: 0 0 20px #ccc}
.fymap{margin-top:90px;background-size: cover;background-position: center center;background-repeat: no-repeat;height: 540px;}
.fymapdz{width: 24%;background:#6e6e6e;height: 540px;padding: 0 3%}
.fymapdz h2{font-weight: normal;font-size: 36px;color: #fff;padding-top: 80px;}
.fymapdz h3{width: 100px;height: 1px;background: #fff;margin: 25px 0 40px;}
.fymapdz h4{font-weight: normal;font-size: 16px;color: #fff;margin-bottom:20px;}
.fyjrwmmore{margin: 100px auto 70px}
/*项目案例*/
.fyanlilb{margin-bottom: 15px;}
.fyanlilb li{float: left;width:31.33%;padding-bottom: 25px;transition:box-shadow 0.4s ease-in-out;-moz-transition:box-shadow 0.4s ease-in-out;-webkit-transition:box-shadow 0.4s ease-in-out;-o-transition:box-shadow 0.4s ease-in-out;margin: 0 3% 30px 0}
.fyanlilb li img{display: block;width: 100%}
.fyanlilb li h2{font-size: 18px;color: #333333;padding: 25px 3% 10px}
.fyanlilb li h3{font-size: 14px;color: #999999;line-height: 26px;height: 52px;overflow: hidden;font-weight: normal;margin: 0 3%}
.fyanlilb li h4{font-size: 14px;color: #999999;text-align: right;font-weight: normal;margin:25px 3% 0;line-height: 20px;height: 20px}
.fyanlilb li h4 i{background: url(../images/jiantou0.png) no-repeat center right;width: 18px;height: 20px;display: inline-block;margin-left: 10px;vertical-align:middle;}
.fyanlilb li:hover{background: #156fbb;box-shadow: 0 3px 16px 0 rgba(0, 124, 190, 0.54);}
.fyanlilb li:hover h4 i{background: url(../images/jiantou1.png) no-repeat center right;}
.fyanlilb li:hover h2,.fyanlilb li:hover h3,.fyanlilb li:hover h4{color: #fff}
/*温室设施系统*/
.fywsssxt{margin-bottom: 15px;}
.fywsssxt li{float: left;width:31.33%;padding-bottom: 25px;box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.13);cursor: pointer;text-align: center;margin: 0 3% 35px 0}
.fywsssxt li img{display: block;width: 100%}
.fywsssxt li h2{font-size: 20px;color: #156fbb;padding:30px 3% 15px;font-weight: normal;position: relative;display:inline-block;max-width: 94%}
.fywsssxt li h2 span{width: 32px;height: 1px;background: #156fbb;position: absolute;bottom: 0;left: 50%;margin-left: -16px;}
.fywsssxt li pre{font-size: 15px;color: #666666;line-height: 26px;height: 52px;overflow: hidden;font-weight: normal;margin: 15px 3% 0;}
.fywsssxt li:hover h2 span{width: 94%;margin-left: -47%}
/*果业-详情页*/
.fyfenlie .main1500{position: relative}
.fyrlgs{height: 54px;line-height: 54px;background: #156fbb url(../images/rlgsicn.png) no-repeat 30px center;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;padding:0 45px 0 90px;position:absolute;right: 0;top: -15px;display: none}
.fyrlgs a{display: block;font-size: 18px;color: #fff;}
/*产品详情*/
.detialSection{padding: 60px 0 40px}
.picArea{width:571px}
.picArea .picBox{width:100%;position:relative;*z-index:1;overflow: hidden}
.picBox img.yuantu{width:100%;display:block}
.smallPicBox{width:100%;position:relative;margin-top:5px}
.smallPicList{width:100%;height:112px;overflow:hidden;position:relative;margin:0 auto;}
.smallPicList ul{height:112px;width:10000px;position:absolute;left:0;top:0}
.smallPicList li{float:left;width:138px;height:110px;overflow:hidden;border:1px solid #eee;cursor:pointer;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;margin-right: 3px}
.smallPicList li.current{border-color:#156fbb}
.smallPicList li img{display:block;width:100%;height:100%}
.switchL,.switchR{position:absolute;width:16px;height:30px;top:50%;margin-top:-15px;background:#eeeeee url(../images/picLeftArr.png) no-repeat center center;cursor:pointer;background-size:10px 16px;background-color: rgba(0,0,0,.6)}
.switchL{left:1px}
.switchR{right:2px;background:url(../images/picRightArr.png) no-repeat center center;background-size:10px 16px;background-color: rgba(0,0,0,.6)}
.switchR:hover,.switchL:hover{background-color: #156fbb}
.proInfo{margin-left:640px}
.proInfoone{font-size: 28px;color: #333333;padding: 50px 0 30px;font-weight: bold}
.proInfotwo{font-size: 13px;color: #156fbb}
.proInfotwo span{font-size: 28px;}
.proInfotree{font-size: 15px;line-height: 30px;color: #666666;margin: 45px 0 60px}
.proInfofore a{display: inline-block;padding: 0 30px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;height: 55px;line-height: 55px;color: #fff;font-size: 16px;margin-right: 30px;}
.proInfofore img{vertical-align:top;margin-right: 10px;}
.proInfofore a.fytmsc0{background: #156fbb}
.proInfofore a.fytmsc1{background: #00a679}
.fyxqnrdiv{margin-bottom: 10px;}
.xxnrtop{color: #000000;font-size: 16px;border-bottom: 1px solid #ececec;padding-bottom:10px; }
.xxnrtop span{background: #156fbb;vertical-align: middle;width: 2px;height: 16px;display: inline-block;margin-right: 10px;}
.xxnrbot{font-size: 15px;color: #333333;line-height: 30px;padding: 10px 0}
.xxnrbot img{max-width: 100%}
/*立即下单*/
.fyljxdbg{position: fixed;width: 100%;height: 100%;background: rgba(0,0,0,.4);top: 0;left: 0;display: none}
.ljxddiv{width: 600px;height: 500px;background:#fff;position: absolute;top: 50%;left: 50%;margin-left: -300px;margin-top: -250px; -webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
.closexd{position: absolute;right:-40px;top:-40px;color: #fff;font-size: 40px;cursor: pointer}
.ljxddiv h2{text-align: center;font-size: 26px;font-weight: normal;color: #156fbb;padding: 20px 0}
.ljxddiv table{width: 90%;margin: 0 auto}
.ljxddiv table tr td{padding-bottom: 20px;position: relative}
.ljxddiv table span{position: absolute;right:10px;top:12px;font-size: 15px;color: #999999}
.ljxddiv table img{vertical-align: middle;height: 45px;}
.jjinpt{width: 96%;padding: 0 2%;height: 46px;line-height: 46px\9;border: 1px solid #d8d8d8;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
.jjinptyz{width:40%;padding: 0 2%;height: 46px;line-height: 46px\9;border: 1px solid #d8d8d8;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
.jjljdg{width:100%;height: 46px;line-height: 46px;border:0;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;background: #156fbb;color: #fff;font-size: 17px;text-align: center}
.jjgspz{width: 100%;height: 46px;line-height: 46px\9;border: 1px solid #d8d8d8;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
/*果园认领*/
.fygyrl{background: url(../images/fygylnbg.jpg) no-repeat repeat;background-size: cover;padding:5px 0 140px;}
.fyrlnr{background: #fff;font-size: 18px;line-height: 36px;padding: 50px 5%;margin-top: 65px;}
.fyrlnr img{max-width: 100%}
.fyrlicn{margin:-86px auto 0;display: block;}
.fygyrlsr{margin-top: 100px;}
.fygyrlsr li{width:33.33%;text-align: center;float: left;position:relative;}
.fygyrlsr li h2{font-size: 20px;color: #fff;font-weight: normal;padding: 60px 0}
.fygyrlsr li img{display: block;width: 100%}
.fygyrlsr li:hover{box-shadow:1px 0 22px #666;z-index: 2}
.fygyrlsr li.fygy0{background: #156fbb}
.fygyrlsr li.fygy1{background: #00a679}
.fygyrlsr li.fygy2{background: #6ebeca}
.fygyrllc{margin:40px auto 110px;}
.fygyrllc li{width: 14%;text-align: center;float: left}
.fygyrllc li h2{font-size: 13px;color: #156fbb;font-weight: normal}
.fygyrllc li img{display: block;margin: 10px auto 30px;}
.fygyrllc li h3{font-size: 18px;color: #333333;font-weight: normal}
/*国业*/
.fysrgy{margin: 50px auto 40px}
.fysrgy li{float: left;width:20.5%;margin:0  3% 50px 0;border: 1px solid #e5e5e5;padding: 15px 1%;position: relative;text-align: center}
.fysrgy li img.fygynew{position:absolute;top: 15px;left:4%;width: 45px;}
.fysrgy li img{width: 100%;display: block}
.fysrgy h2{font-size: 18px;color: #333333;font-weight: normal;margin: 15px 0 10px}
.fysrgy h3{font-size: 13px;color: #666666;font-weight: normal}
.fysrgy h4{font-size: 13px;color: #000000;font-weight: normal;margin:10px 0 25px}
.fysrgy h4 span{font-size: 18px}
.fysrgy h5{font-size: 13px;color: #156fbb;font-weight: normal;width: 70%;margin: 0 auto;border: 1px solid #156fbb;height: 30px;line-height: 30px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;}
.fysrgy li:hover h5{background: #156fbb;color: #fff}
/*集团业务*/
.fyjtyw .fyjgbot{height: 72px;overflow: hidden}
.fyjtywmore{margin-top: 40px;}
.fyjtywmore h4{font-size: 15px;color: #156fbb;text-align: center;font-weight: normal;line-height: 42px;height: 42px;width: 150px;border: 1px solid #156fbb;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;}
.fyjtywmore h4 i{background: url(../images/jiantou3.png) no-repeat center right;width: 18px;height: 20px;display: inline-block;margin-left: 10px;vertical-align:middle;}
.fyjtyw li:hover .fyjtywmore h4{background: #156fbb;color: #fff}
.fyjtyw li:hover .fyjtywmore h4 i{background: url(../images/jiantou1.png) no-repeat center right;}
/*合作伙伴*/
.fyhzhb li{width: 23%;margin: 0 1% 30px;float: left}
.fyhzhb li img{display: block;width: 100%}
.fyhzhb li:hover{box-shadow: 0 0 20px #ccc}
/*经营模式*/
.fyjingying{margin-top: 20px;}
.fyjyleft{float:left;width:20%;text-align: left;/*box-shadow: #dedede 2px 0px 5px;*/}

.fyjyms{margin-bottom:20px;float:right!important;width:74%;}
.fyjymstop{background: #f1f1f1;line-height: 45px;height: 45px;margin: 0 5% 20px}
.fyjymstop span{background: #156fbb url(../images/shuxian.jpg) no-repeat center right;padding: 0 30px 0 15px;display:inline-block;color: #fff;font-size: 20px;}
.fyjyms .fyxwxqcont{padding: 0 1% 20px;text-align: left;}
/*创新成果*/
.fycxcg .fyshzrlbleft img{width: 100%}
.fycxcg .fyjgtop{color: #156fbb;position: relative;padding-bottom: 30px;display: inline-block}
.fycxcg .fyjgtop span{width: 96px;height: 1px;background:#156fbb;display: block;position:absolute;bottom: 0;left: 0}
.fycxcg .fyjgbot{line-height:32px;overflow: hidden;height: 96px;}
.fycxcg .fyshzrlbright{padding: 30px 5%;width: 40%}
.fycxcg li:hover .fyjgtop span{width: 100%}
.fycxcg li:hover .fyjtywmore h4{background: #156fbb;color: #fff}
.fycxcg li:hover .fyjtywmore h4 i{background: url(../images/jiantou1.png) no-repeat center right;}
/*产业园业务*/
.fycyyxm{width: 1248px;margin: 115px auto;background: url(../images/fyywbg.png) no-repeat center center;background-size: 100% auto;padding-bottom: 40px;}
.fycyyxmnr{box-shadow: 0 5px 10px 0 rgba(8, 170, 122, 0.17);width:40%;margin: 0 auto;background-color:rgba(255,255,255,.94);background-image: url(../images/fyxmbg.png);background-position: top left;background-repeat: no-repeat;padding: 45px 5% 75px}
.fycywz{line-height: 36px;font-size: 16px;color: #333333}
/*项目优势*/
.fyxmys{background: #f5f5f5;padding: 50px 0 0}
.jjfabotleft{width: 100%;position: relative}
.jjfabt{position: relative}
.jjfabt li{text-align: center;cursor: pointer;position: relative}
.jjfabt li img.fyxmysimg{display: block;width: 100%}
.fyyoushi{position: absolute;width: 100%;height: 100%;top: 0;left: 0}
.fyyoushi h2{font-size: 26px;color: #fff;font-weight: normal;margin-top: 30px;}
.fyyoushi h3{position: absolute;bottom: -28px;left:50%;background: #156fbb;width: 1px;height:0}
.fyysdiv{display: table;width: 100%;height: 100%;}
.fyysdivsb{display: table-cell;width: 100%;height: 100%;vertical-align: middle;text-align: center}
.jjfabc{width: 100%;padding: 0px 0 15px;position: relative}
.jjfabcimg{text-align: center}
.jjfabcimg pre{font-size: 16px;color: #666666;line-height: 36px;}
.jjfabcb{position: absolute;top:50%;width: 100%;margin-top: -35px}
.jjfabcb li{position: absolute;font-size: 55px;cursor: pointer;color: #d1d1d1;}
.jjfabcb li:hover{color: #156fbb}
.jjfabcb .prev{left:20%;}
.jjfabcb .next{right:20%}
.jjfabt li:hover .fyyoushi h3,.jjfabt li.clijjfabt .fyyoushi h3{height: 56px;}
.jjfabt li:hover .fyyoushi,.jjfabt li.clijjfabt .fyyoushi{background: rgba(0,0,0,.5)}
.history-list .owl-wrapper-outer{padding-bottom: 28px;}
/*模式对比*/
.fymsdb{margin: 60px auto;background: url(../images/fydbbg.jpg) no-repeat center center;width: 849px;height: 642px}
.fymsdbdiv h2{width: 234px;height: 61px;text-align: center;line-height: 61px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;font-size: 18px;color: #fff;font-weight: normal;margin:90px 0 80px;}
.fymsdbdiv li{font-size: 18px;color: #000000;margin-bottom: 20px;}
.fymsdbdiv0{float: left}
.fymsdbdiv0 h2{background: #156fbb}
.fymsdbdiv0 li{padding-left: 20%}
.fymsdbdiv1{float: right}
.fymsdbdiv1 h2{background: #4b4b4b}
.fymsdbdiv1 li{text-align: right}
.fymsdbdiv1 li{padding-right: 20%}
/*栽培技术*/
.fyzpjs{background: #3396cb;padding:40px 0 120px}
.fyzpjs .fyxwxqtitle h2{color: #fff}
.fyzpjs .fyxwxqtitle h3{background: #fff}
.fyzpjsbot{margin-top:40px;-webkit-border-radius:70px;-moz-border-radius:70px; border-radius:70px;background: #fff}
.fyzpjsbot li{float: left;width:21%;padding: 30px 2% 10px 10%;background-position: 10% center;background-repeat: no-repeat;border-right: 1px solid #efefef}
.fyzpjsbot li h2{font-weight:normal;font-size: 20px;color: #000000;margin-bottom: 10px}
.fyzpjsbot li h3{font-weight:normal;font-size: 15px;color: #666666;line-height: 28px;height: 56px;overflow: hidden}
.fyzpjsbot li.fyzpli0{background-image: url(../images/zpjs0.png)}
.fyzpjsbot li.fyzpli1{background-image: url(../images/zpjs1.png)}
.fyzpjsbot li.fyzpli2{background-image: url(../images/zpjs2.png);border-right: 0}
.fyzaipei{background: url(../images/zpjsbg.jpg) no-repeat center center;height: 740px;position: relative}
.fyzaipei img{height: 100%;position: absolute;top: 0;left: 0}
.fyzaiwz{width: 24%;padding: 230px 0 0 3%;position: relative;z-index: 22}
.fyzaiwz h2{font-size: 36px;color: #fff;font-weight: normal;margin-bottom: 50px;}
.fyzaiwz pre{font-size: 16px;color: #fff;line-height: 38px;}
.fygddiv{position: absolute;background-size: 100% auto;background-repeat:no-repeat;background-position: center center}
.fygddiv pre{background: #007bbc;font-size: 16px;line-height: 37px;color: #fff;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;padding: 15px 20px}
.fygddiv0{width: 542px;height: 126px;right:15%;top: 170px;background-image: url(../images/cpic0.png)}
.fygddiv1{width: 627px;height: 140px;right:23%;top: 372px;background-image: url(../images/cpic1.png)}
.fygddiv0 pre{width: 215px;height: 75px;}
.fygddiv1 pre{width: 300px;height: 110px;}
.fygddiv .local {width:70px;height:70px;visibility:visible;position: absolute}
.fygddiv .local .point{position:absolute;top:0;left:0;right:0;bottom:0;width:13px;height:13px;margin:auto;-webkit-border-radius:50%;-webkit-background-clip:padding-box;-moz-border-radius:50%;-moz-background-clip:padding;border-radius:50%;background:0 0;}
.fygddiv .local .point-10, .fygddiv  .local .point-40, .fygddiv  .local .point-80{width:100%;height:100%;}
.fygddiv .local .point-dot{background-color:#68bdc5;border:1px solid #68bdc5;z-index:50}
.fygddiv .local .point-10:after {
    content:'';
    display:block;
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    border-radius:50%;
    border:2px solid #68bdc5;
    opacity:0;
    -webkit-animation:ripple 4.5s ease-out 225ms infinite;
    -moz-animation:ripple 4.5s ease-out 225ms infinite;
    -o-animation:ripple 4.5s ease-out 225ms infinite;
    animation:ripple 4.5s ease-out 225ms infinite
}
.fygddiv .local .point-40:after {
    content:'';
    display:block;
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    border-radius:50%;
    border:2px solid #68bdc5;
    opacity:0;
    -webkit-animation:ripple 4.5s ease-out .9s infinite;
    -moz-animation:ripple 4.5s ease-out .9s infinite;
    -o-animation:ripple 4.5s ease-out .9s infinite;
    animation:ripple 4.5s ease-out .9s infinite
}
.fygddiv .local .point-80:after {content:'';display:block;position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%; border:1px solid #68bdc5;opacity:0;-webkit-animation:ripple 4.5s ease-out 1.8s infinite;-moz-animation:ripple 4.5s ease-out 1.8s infinite;-o-animation:ripple 4.5s ease-out 1.8s infinite; animation:ripple 4.5s ease-out 1.8s infinite}
.fygddiv .tlocal .point-10:after {-webkit-animation:ripple 4.5s ease-out 1225ms infinite;-moz-animation:ripple 4.5s ease-out 1225ms infinite;-o-animation:ripple 4.5s ease-out 1225ms infinite;animation:ripple 4.5s ease-out 1225ms infinite}
.fygddiv .tlocal .point-40:after {-webkit-animation:ripple 4.5s ease-out 1.9s infinite; -moz-animation:ripple 4.5s ease-out 1.9s infinite;
-o-animation:ripple 4.5s ease-out 1.9s infinite;animation:ripple 4.5s ease-out 1.9s infinite}
.fygddiv .tlocal .point-80:after {-webkit-animation:ripple 4.5s ease-out 2.8s infinite; -moz-animation:ripple 4.5s ease-out 2.8s infinite;
-o-animation:ripple 4.5s ease-out 2.8s infinite;animation:ripple 4.5s ease-out 2.8s infinite}
.fygddiv .slocal .point-10:after {-webkit-animation:ripple 4.5s ease-out 2225ms infinite;-moz-animation:ripple 4.5s ease-out 2225ms infinite;-o-animation:ripple 4.5s ease-out 2225ms infinite;animation:ripple 4.5s ease-out 2225ms infinite}
.fygddiv .slocal .point-40:after { -webkit-animation:ripple 4.5s ease-out 2.9s infinite; -moz-animation:ripple 4.5s ease-out 2.9s infinite; -o-animation:ripple 4.5s ease-out 2.9s infinite; animation:ripple 4.5s ease-out 2.9s infinite}
.fygddiv .slocal .point-80:after { -webkit-animation:ripple 4.5s ease-out 3.8s infinite;-moz-animation:ripple 4.5s ease-out 3.8s infinite;-o-animation:ripple 4.5s ease-out 3.8s infinite; animation:ripple 4.5s ease-out 3.8s infinite}
@keyframes ripple { 0% {opacity:0;transform:scale(0)}50% {opacity:1;transform:scale(.5)}100% {opacity:0;transform:scale(1)}}
@-webkit-keyframes ripple { 0% {opacity:0;transform:scale(0)} 50% {opacity:1;transform:scale(.5)}100% {opacity:0;transform:scale(1)}}
@-moz-keyframes ripple {0% {opacity:0;transform:scale(0)}50% {opacity:1;transform:scale(.5)}100% {opacity:0;transform:scale(1) }}
@-o-keyframes ripple {0% {opacity:0; transform:scale(0)}50% { opacity:1;transform:scale(.5)}100% {opacity:0;transform:scale(1)}}
.fygddiv .city0{right:-6px;bottom:-6px;}
.fygddiv .city1{right:-10px;bottom:-3px;}
/*首要标准*/
.fysybz{margin: 30px 0 70px}
.fysybzbot{margin: 50px auto 0;width: 857px;position: relative}
.yuanqiu{z-index: 99;width: 100%;animation:dsjbg 20s  linear infinite;-webkit-animation:dsjbg 20s  linear infinite;-moz-animation:dsjbg 20s  linear infinite;-ms-animation:dsjbg 20s  linear infinite;-o-animation:dsjbg 20s  linear infinite;}
@keyframes dsjbg{
0%{transform:rotate(0deg);-ms-transform:rotate(0deg);-moz-transform:rotate(0deg);-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);}100% {transform:rotate(360deg);-ms-transform:rotate(360deg);-moz-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);}}
@-webkit-keyframes dsjbg{
    0% {
        transform:rotate(0deg);
        -ms-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -webkit-transform:rotate(0deg);
        -o-transform:rotate(0deg);
    }
    100% {
        transform:rotate(360deg);
        -ms-transform:rotate(360deg);
        -moz-transform:rotate(360deg);
        -webkit-transform:rotate(360deg);
        -o-transform:rotate(360deg);
    }
}
@-o-keyframes dsjbg{
    0% {
        transform:rotate(0deg);
        -ms-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -webkit-transform:rotate(0deg);
        -o-transform:rotate(0deg);
    }
    100% {
        transform:rotate(360deg);
        -ms-transform:rotate(360deg);
        -moz-transform:rotate(360deg);
        -webkit-transform:rotate(360deg);
        -o-transform:rotate(360deg);
    }
}
@-ms-keyframes dsjbg{
    0% {
        transform:rotate(0deg);
        -ms-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -webkit-transform:rotate(0deg);
        -o-transform:rotate(0deg);
    }
    100% {
        transform:rotate(360deg);
        -ms-transform:rotate(360deg);
        -moz-transform:rotate(360deg);
        -webkit-transform:rotate(360deg);
        -o-transform:rotate(360deg);
    }
}
@-moz-keyframes dsjbg{
    0% {
        transform:rotate(0deg);
        -ms-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -webkit-transform:rotate(0deg);
        -o-transform:rotate(0deg);
    }
    100% {
        transform:rotate(360deg);
        -ms-transform:rotate(360deg);
        -moz-transform:rotate(360deg);
        -webkit-transform:rotate(360deg);
        -o-transform:rotate(360deg);
    }
}
.fybznr{position: absolute;top: 0;left: 0;text-align: center;width: 100%;z-index: 111}
.fybznr h2{font-size: 16px;color: #fff;font-weight: normal;padding: 320px 0 60px;}
.fybznr h3{font-size: 30px;color: #fff;font-weight: normal}
.fybznr img{margin-top: 60px}
.fysybzbot li{position: absolute;z-index: 111}
.fysybzbot li i{display: block;width: 72px;height: 72px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;background-color: #fff;}
.fysybzbot li h4{display: none}
.fysybzbot li.fybzli0{top:160px;left: 402px}
.fysybzbot li.fybzli3{bottom:160px;left: 402px}
.fysybzbot li.fybzli1{top:301px;right: 170px}
.fysybzbot li.fybzli5{top:301px;left: 170px}
.fysybzbot li.fybzli2{top:507px;right: 185px}
.fysybzbot li.fybzli4{top:507px;left: 185px}
.fysybzbot li i.fybzi0{background-image: url(../images/fybzicn0.png)}
.fysybzbot li i.fybzi1{background-image: url(../images/fybzicn1.png)}
.fysybzbot li i.fybzi2{background-image: url(../images/fybzicn2.png)}
.fysybzbot li i.fybzi3{background-image: url(../images/fybzicn3.png)}
.fysybzbot li i.fybzi4{background-image: url(../images/fybzicn4.png)}
.fysybzbot li i.fybzi5{background-image: url(../images/fybzicn5.png)}
.fysybzbot li:hover i.fybzi0,.fysybzbot li.clibzli i.fybzi0{background-image: url(../images/fybzicnred0.png)}
.fysybzbot li:hover i.fybzi1,.fysybzbot li.clibzli i.fybzi1{background-image: url(../images/fybzicnred1.png)}
.fysybzbot li:hover i.fybzi2,.fysybzbot li.clibzli i.fybzi2{background-image: url(../images/fybzicnred2.png)}
.fysybzbot li:hover i.fybzi3,.fysybzbot li.clibzli i.fybzi3{background-image: url(../images/fybzicnred3.png)}
.fysybzbot li:hover i.fybzi4,.fysybzbot li.clibzli i.fybzi4{background-image: url(../images/fybzicnred4.png)}
.fysybzbot li:hover i.fybzi5,.fysybzbot li.clibzli i.fybzi5{background-image: url(../images/fybzicnred5.png)}
/*解决方案*/
.fyfangan{margin: 120px auto 70px;position: relative;padding: 40px 0}
.fyfgleft{width: 50%;float:left;}
.fyfgleft img{display: block;width: 100%}
.fyfgright{background-color: #fff;box-shadow: 0 2px 11px 0 rgba(1, 1, 1, 0.12);width:34%;float: left;padding: 80px 5% 100px;margin-top: -64px;}
.fyfgrightbot{font-size: 16px;line-height: 37px;color: #000;text-align: center}
.fyffline{position: absolute;border:6px solid #156fbb;width: 96%;height: 88%;top: 0;right: 0;z-index: -1}
.fyjjfa{background: #ebf7fd}
.fygyln span{background: #156fbb}
.fygyln h5{font-size: 23px;color: #333333;font-weight: normal;margin: 75px 15% 65px;line-height: 45px;}
/*宏观规划*/
.fyhggh{background: #f1f1f1 url(../images/hgghbg.png) no-repeat left top;padding: 110px 0 60px;}
.fyhgghleft{width: 50%;float: left;padding-top: 110px;}
.fyhgghleft li{display: none;}
.fyhgghleft li img{display: block;max-width: 90%}
.fyhgghright{width: 50%;float: left}
.fyhgghright .fytpgj,.fycyssleft .fytpgj {text-align: left;margin: 0 !important;}
.fyhgghright .fytpgj h3,.fycyssleft .fytpgj h3{margin: 25px 0 0 !important;  }
.fyghtop{margin-top: 65px;}
.fyghtop li{float: left;width: 33%}
.fyghtop li h2{font-size: 22px;color: #999999;display: inline-block;font-weight: normal;position: relative;padding-bottom: 45px;}
.fyghtop li span{display: block;width: 1px;height:0;background: #156fbb;position: absolute;left: 50%;bottom: 0;}
.fyghtop li:hover h2,.fyghtop li.clihggh h2{color: #156fbb;}
.fyghtop li:hover span,.fyghtop li.clihggh  span{height: 25px}
.fyghbot{display: none;font-size: 16px;color: #333333;line-height: 36px;margin-top: 18px;}
/*产业实施*/
.fycyss{background: #def3ee url(../images/shishibg.png) no-repeat right top;padding: 105px 0;}
.fycyssleft{width: 50%;float: left}
.fycyssleft .fytpgj h4{font-size: 16px;color: #333333;font-weight: normal;margin-top: 20px}
.fyssbot{margin-top: 45px;}
.fyssbot li{margin-bottom:20px;font-size: 16px;color: #333333;line-height: 37px;position: relative;padding-left: 25px;}
.fyssbot li:before{content: "";position: absolute;top: 16px;left: 0;background: #156fbb;width:9px;height:9px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;}
.fycyssright{width: 50%;float: left}
.fycyssright img{max-width:100%;display: block;margin: 0 auto}
.fyrynewa{margin: 30px auto 0}
.fyrynewa a{min-width: 100px;padding:5px 10px;background: #fff;color: #156fbb;margin-right: 15px;margin-bottom: 15px;display: inline-block;text-align: center;border: 1px solid #156fbb}
.fyrynewa a.clifyrynewa,.fyrynewa a:hover{background: #156fbb;color: #fff}
.fyspxqsp {text-align: center;margin: 15px 0;}
.fyspxqsp iframe {width: 100%;height: 450px; margin: 0 auto;}
.video{position: relative;height: 100%}
/*网站地图*/
.fywzdt{background: #fff;margin: 50px auto;}
.fyditu{padding: 20px 30px;}
.fyditu li{border-bottom: 1px dashed #ccc;padding: 30px 0}
.fyditu li .mapleft{width: 100px;font-size: 16px;color: #666;}
.fyditu li .mapright{margin-left: 100px;}
.fyditu li .mapright a{display: inline-block;font-size: 16px;color: #666;margin-right: 20px;margin-bottom: 10px;}
.fyditu li .mapright a:hover{color: #156fbb}


/**********************************************适配*******************************************************/

@media only screen and (max-width:1680px){


/*首页*/
/*第2屏 业务*/
.ipart1_bd .list_text{padding:3% 0 0 6%;}
.ywtop{/*padding:132px 0 20px;*/}
.ywcent{bottom: 290px;}
.ywcent li{padding-bottom: 180px;}
.ywcent li h4{width: 180px;height: 180px;margin-left: -90px;}
.ywcent li:before{height:180px}
.ywcent li:hover h2,.ywcent li.clijjfabt h2{font-size: 20px}
.ywbot{padding: 15px 10%;}
.ywbotimg{width: 280px;}
.ywbotwz{margin-left: 300px;}
.ywbotwz h2{font-size: 40px;}
.ywbotwz h3{font-size: 20px;}
.ywbotwz h4,.jjnrwz{font-size: 14px;line-height: 30px;height: 60px;/*margin: 20px 0*/}
.jjrightnr .jjnrwz{margin: 35px 0}
/*首要标准*/
.fygddiv0{right: 10%}
.fygddiv1{right: 15%}
}
@media only screen and (max-width:1600px){

/*首页*/
/*第2屏 业务*/
.ipart1_bd .list_text{padding:3% 0 0 6%;}
.ywtop{/*padding: 93px 0 3px;*/}
.ywtop h3{font-size: 28px;}
.ywcent{bottom: 262px;}
.ywcent li{padding-bottom: 105px;}
.ywcent li h2{font-size: 16px;}
.ywcent li h3{margin: 20px 0}
.ywcent li h4{width: 180px;height: 180px;margin-left: -90px;}
.ywcent li:before{height:105px}
.ywcent li:hover h2,.ywcent li.clijjfabt h2{font-size: 20px}
.ywbot{padding: 15px 10%;}
.ywbotimg{width: 250px;}
.ywbotwz{margin-left: 300px;}
.ywbotwz h2{font-size: 40px;}
.ywbotwz h3{font-size: 20px;}
.ywbotwz h4,.jjnrwz{font-size: 14px;line-height: 30px;height: 60px;/*margin: 20px 0*/}
/*第3屏 简介*/
/*.jjleft{width: 500px;margin-top: 9%}
.jjright{width: 68%;height: 580px;top:17%}*/
.jjleft{padding-top: 100px}
.jjright{padding-top: 60px}
.jjrightkuai{top: 160px;}
.jjleft h3 {font-size: 30px;margin: 20px 0 35px;}
.fuwutop{/*padding-top: 106px;*/}
.fuwutop h3{font-size: 28px;margin-top: 5px;}
.fuwutop h4{font-size: 14px;margin-top: 5px;line-height: 28px;}
.jjfabcbt h2{font-size: 28px;}
.fuwobot{margin-top: 30px;}
.jjfabt li h2{font-size: 18px;}

/*案例*/
.fyaltop{padding: 25px 0 25px 15%}
.fyaltop h2{font-size: 24px;}
.fyaltop h3{font-size: 14px;}
.fyaltop h2:before{top: -25px;height: 54px;}
/*4新闻*/

.xwtz li h2{padding: 10px 6% 15px 4%;}
.xwtz li h3{font-size: 16px;}
.xwtz li h5{font-size: 45px;}
/*首要标准*/
.fyzaiwz h2{font-size: 32px;}
/*关于康琪*/
.sycp_l ul li{line-height: 55px;border-bottom: solid 1px #f1f1f1;background:url(../images/tacn/jiantou0.png)  no-repeat right 10% center;}
	
}







/*---------------------------------平板----------------------------------------------*/









/*1280*1024*/


/*一键拨号*/
@media(min-width:1000px){
.footbox{display:none;}
.gao{display:none;}
.tc {
    text-align: center;
    display: none;
}}
.gao{height:10rem}
.footbox{height:8.5rem;background: rgba(0, 0, 0, 0.81);bottom: 0;z-index: 99;left: 0; width: 100%; position: fixed; z-index: 1000;}
.flexbox{text-align: center; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex;}
.footbox ul li{-webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1;flex: 1; text-align:center;}
.footbox ul li a{ display:block;color:#fff;font-size:3rem;text-align: center;}
.footbox ul li a img{ display:block; width:3rem; height:3rem; margin:0.3rem auto}

/*联系内页*/
.case-block {
    padding: 60px 0;
    width: 95%;
    background: #fff;
    margin: 0 auto;
}
.case-block .page-cen {
    position: relative;
}
.block-title {
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 50px;
    text-align: center;
}
.block-title h2 {
    font-size: 33px;
    color: #000 !important;
    margin: 0;
}
.block-title h2 span {
    font-size: 16px;
    color: #999;
    padding-left: 10px;
    font-weight: 100;
}
.contact-list ul {
    margin: 0 -1%;
}
.clearfix {
    clear: both;
}
.contact-list ul li {
    float: left;
    width: 33%;
    padding: 40px 0;
    text-align: center;
}
.contact-list ul li h2 {
    font-size: 18px;
    color: #333;
    padding: 5px 0;
}
.contact-list ul li p {
    font-size: 18px;
    color: #F85A16;
}


/*footer*/
.tem_index_footer{background:#1e1e1e; padding-top:2%;}
.tem_index_footer dl{float:left;}
.tem_index_footer dl dt{margin-right:25px;height:40px;border-bottom:1px solid #363636;color:#f3f3f3;font-size:16px;line-height:40px;}
.tem_index_footer dl dt span{position:relative;top:-1px;display:inline-block;border-bottom:3px solid #838383;}
.tem_index_footer dl dd{margin-right:25px;padding: 20px 0;}
.tem_index_footer dl dd a{color:#b6b3b3;}
.tem_index_footer_contact{width:41%;background: #1e1e1e;}
.tem_index_footer_contact li{position:relative;color:#b6b3b3;list-style:none;height: 35px;line-height: 35px;}
.tem_index_footer_contact li i{position:absolute;top:0;left:0;width:35px;height:35px;border:1px solid #424244;border-radius:5px;color:#7c7c7c;text-align:center;font-size:22px;line-height:35px;}
.tem_index_footer_link{width:16%;background: #1e1e1e;}
.tem_index_footer_link dd{padding:20px 0;}
.tem_index_footer_link a{display:inline-block;margin:0 12px 10px 0;color:#646363;white-space:nowrap;}
.tem_index_footer_link a:hover{color:#ababab;}
.tem_index_footer_link a img{height:45px;}
.tem_index_footer_attention{width:37%;background: #1e1e1e;}
.tem_index_footer_attention dd{padding:20px 0;color:#646363;}
.tem_index_footer_attention li{display:inline-block;margin:8px;list-style:none;}
.tem_index_footer_attention li a{display:block;overflow:hidden;width:44px;height:44px;background:url(../pnt.png) no-repeat left top;color:#646363;font-size:0;}
.tem_index_footer_attention li.tenxun a{background-position:-83px top!important;}
.tem_index_footer_attention li.weixin a{background-position:-247px top!important;}
.tem_index_footer_attention li.qq a{background-position:-165px top!important;}
.tem_index_footer_attention li:hover a{background:url(../pnthover.png) no-repeat;}
.tem_index_footer_attention img{margin-top:8px;width:100px;}
.tem_index_footer_attention p{margin-top:5px;float: left;width: 50%;}
.tem_index_footer_attention p a:hover{color:#ababab;}
.tem_footer{position:relative;padding:15px 1%;background:#161616;color:#fff;font-size:13px;clear:both;}
.tem_footer a{color:#fff;}
.tem_footer_nav{top:50%;right:0;margin-top:-15px;line-height:30px;}
.tem_footer_nav a{margin-left:2px;}
.tem_footer_text{line-height: 20px;}
.powered_by_metinfo{height:35px;background:#161616;color:#4a4a4a;text-align:center;font-size:13px;line-height:35px;}
.powered_by_metinfo a{color:#4a4a4a;}
.tem_inner { padding: 0; max-width: 90%; margin:0 auto; position: relative;}
.tem_txt{width:164px;margin: 0 auto;}
.tem_txt img{width:100%;}

.wrap{ width:100%; margin:20px auto;}
/*第二屏*/
.page2 {background: url(../../images/tacn/bg2.jpg) no-repeat center;}
.view-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0px;
    left: 0px;
}
.bgtree {
    width: 100%;
    display: block;
    background: url(/img/hp2.jpg) repeat-x center top;
    height: 100%;
}
#jbsex02 {
    margin-top: -250px;
    width: 1800px;
    margin-left: -870px;
}
.viewport-cont {
    position: absolute;
    width: 1200px;
    margin-left: -600px;
    top: 20%;
    left: 50%;
}
.about_bg {
    position: absolute;
    margin: 0px auto;
    width: 100%;
    height: 1080px;
    top: 0px;
    left: 45px;
}
.pagebox {
    position: relative;
}
.e_ContentMajorStyleBox-001{width:100%;height:auto;width-uint:%}.e_ContentMajorStyleBox-001 .stylebox_link{color:#666;font-size:14px;height:inherit;display:table;padding:0 15px;border-width:0px;float:right;vertical-align:middle;margin-right:15px}.e_ContentMajorStyleBox-001 .stylebox_top{width:auto;height:40px;background-color:rgba(101,190,186,1)}.e_ContentMajorStyleBox-001 .title_icon{display:inline-block;vertical-align:middle;line-height:40px;color:rgba(255,255,255,1);margin-right:10px;font-size:medium}.e_ContentMajorStyleBox-001 .title_icon::before{content:""}.e_ContentMajorStyleBox-001 .title_main{display:inline-block;vertical-align:middle;line-height:40px;color:rgba(255,255,255,1);font-weight:normal;font-size:16px;max-width:600px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.e_ContentMajorStyleBox-001 .title_sub{display:inline-block;vertical-align:middle;line-height:40px;color:rgba(255,255,255,1);font-size:14px;font-weight:normal;margin-left:10px}.e_ContentMajorStyleBox-001 .stylebox_title{display:inline-block;width:auto;height:inherit;background-color:rgba(101,190,186,1);padding-left:15px;padding-right:15px;font-size:0;vertical-align:bottom;white-space:nowrap;padding-right:22px;vertical-align:top}.e_ContentMajorStyleBox-001 .stylebox_link a{color:inherit;display:table-cell;vertical-align:middle}.e_ContentMajorStyleBox-001 .link_icon{display:inline-block;margin-left:5px}.e_ContentMajorStyleBox-001 .link_icon::before{content:'\e6af'}.e_ContentMajorStyleBox-001 .stylebox_top_line{height:1px;background-color:rgba(240,240,240,1)}.e_ContentMajorStyleBox-001 .stylebox_content{border-style:solid;border-width:1px;border-color:#f0f0f0;width:100%;width-uint:%}.e_ContentMajorStyleBox-001 .stylebox_bottom_line{height:1px;background-color:rgba(240,240,240,1)}.c_public_htmlCode-01001{position:absolute;width:300px;height:390px}
@charset "UTF-8";*{padding:0;margin:0}
#c_public_htmlCode-15057281173070572 #gywm{width:100%;height:1080px;margin:0 auto}

#c_public_htmlCode-15057281173070572 #gywm .bt{width:290px;height:1080px;background:0;float:left}
#c_public_htmlCode-15057281173070572 #gywm .bt a{width:360px;height:1080px;background:0;text-align:center;display:block;transition:all .5s ease}
#c_public_htmlCode-15057281173070572 #gywm .bt01 a:hover{background:url(../images/tacn/t02.png) top center}
#c_public_htmlCode-15057281173070572 #gywm .bt02 a:hover{background:url(../images/tacn/t001.png) top center}
#c_public_htmlCode-15057281173070572 #gywm .bt03 a:hover{background:url(../images/tacn/t03.png) top center}
#c_public_htmlCode-15057281173070572 #gywm .bt04 a:hover{background:url(../images/tacn/t04.png) top center}
#c_public_htmlCode-15057281173070572 #gywm .bt05 a:hover{background:url(../images/tacn/t05.png) top center}
#c_public_htmlCode-15057281173070572 #gywm .bt a .tb1{width:140px;height:30px;background:url(../images/tacn/a01.png) 0px 370px no-repeat;padding-top:510px;display:block;margin:0 auto;transition:all .5s ease}
#c_public_htmlCode-15057281173070572 #gywm .bt a:hover .tb1{width:140px;height:30px;background:url(../images/tacn/a01_1.png) 0px 285px no-repeat;padding-top:425px;display:block;margin:0 auto;margin-bottom:85px}
#c_public_htmlCode-15057281173070572 #gywm .bt a .tb2{width:140px;height:30px;background:url(../images/tacn/a06.png) 0px 370px no-repeat;padding-top:510px;display:block;margin:0 auto;transition:all .5s ease}
#c_public_htmlCode-15057281173070572 #gywm .bt a:hover .tb2{width:140px;height:30px;background:url(../images/tacn/a02_1.png) 0px 285px no-repeat;padding-top:425px;display:block;margin:0 auto;margin-bottom:85px}
#c_public_htmlCode-15057281173070572 #gywm .bt a .tb3{width:140px;height:30px;background:url(../images/tacn/a03.png) 0px 370px no-repeat;padding-top:510px;display:block;margin:0 auto;transition:all .5s ease}
#c_public_htmlCode-15057281173070572 #gywm .bt a:hover .tb3{width:140px;height:30px;background:url(../images/tacn/a03_1.png) 0px 285px no-repeat;padding-top:425px;display:block;margin:0 auto;margin-bottom:85px}
#c_public_htmlCode-15057281173070572 #gywm .bt a .tb4{width:140px;height:30px;background:url(../images/tacn/a04.png) 0px 370px no-repeat;padding-top:510px;display:block;margin:0 auto;transition:all .5s ease}
#c_public_htmlCode-15057281173070572 #gywm .bt a:hover .tb4{width:140px;height:30px;background:url(../images/tacn/a04_1.png) 0px 285px no-repeat;padding-top:425px;display:block;margin:0 auto;margin-bottom:85px}
#c_public_htmlCode-15057281173070572 #gywm .bt a .tb5{width:140px;height:30px;background:url(../images/tacn/a05.png) 0px 370px no-repeat;padding-top:510px;display:block;margin:0 auto;transition:all .5s ease}
#c_public_htmlCode-15057281173070572 #gywm .bt a:hover .tb5{width:140px;height:30px;background:url(../images/tacn/a05_1.png) 0px 285px no-repeat;padding-top:425px;display:block;margin:0 auto;margin-bottom:85px}
#c_public_htmlCode-15057281173070572 #gywm .bt a .hx{width:50px;height:2px;display:block;background:#fff;margin:0 auto}
#c_public_htmlCode-15057281173070572 #gywm .bt a:hover .hx{width:50px;height:2px;display:block;background:#fff;margin:0 auto}
#c_public_htmlCode-15057281173070572 #gywm .bt a .wz{width:360px;height:60px;line-height:60px;display:block;padding-top:20px;font-size:20px;color:#fff;transition:all .5s ease}
#c_public_htmlCode-15057281173070572 #gywm .bt a:hover .wz{width:360px;height:60px;line-height:60px;display:block;padding-top:40px;font-size:20px;color:#fff}
#c_public_htmlCode-15057281173070572 #gywm .bt a .yw{width:360px;height:10px;line-height:10px;font-size:0px;transition:all .5s ease}
#c_public_htmlCode-15057281173070572 #gywm .bt a:hover .yw{width:360px;height:10px;line-height:10px;font-size:14px;color:#fff;font-family:Arial}
#c_public_htmlCode-15057281173070572 #gywm .bt a .gd{width:56px;height:56px;background:0;margin:0 auto;display:block;margin-top:116px;transition:1s;font-size:0}
#c_public_htmlCode-15057281173070572 #gywm .bt a:hover .gd{width:56px;height:56px;background:url(gd.png) center center no-repeat;margin:0 auto;display:block;margin-top:116px;transition:1s;transform:rotate(180deg)}
#c_public_htmlCode-15057281173070572{position:absolute;top:0px;left:60px;z-index:1;width:100%;height:1080px}

/*page4*/
.page4{background:url(/../images/tacn/bg4.jpg) no-repeat center;background-size:cover;-webkit-background-size:cover;-moz-background-size:cover;}
.wk_new{position:absolute;top:42%;left:50%;margin-top:-185px;margin-left:-600px;width:1200px;}
.wk_new h2{position:relative;top:0;left:-400px;width:auto;-webkit-transition:all 1s ease 0s;transition:all 1s ease 0s;-ms-transition:all 1s ease 0s;}
.page4.active .wk_new h2{left:0;}
.page4.active .wk_new_menu{right:0;}
.wk_new_div{   position:relative;z-index:1;overflow:hidden;margin:400px auto 0 auto;width:100%;-webkit-transition:all 1s ease 0s;transition:all 1s ease 0s;-ms-transition:all 1s ease 0s;}
.page4.active .wk_new_div{margin:18px auto 0 auto;}
.wk_new_main{position:relative;margin:0 auto;}
.wk_news_list{position:relative;margin:0 auto;}
.wk_news_list li{/*float:left;overflow:hidden;margin-left:36px;width:250px;*/}
.wk_news_list li:first-child{/*margin-left:26px;*/}
.wk_news_list li dl{margin:0;padding:5px 10px;width:110px;height:28px;border:1px solid #fff;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;color:#fff;text-align:center;}
.wk_news_list li dl dt{font-size:16px;line-height:28px;}
.wk_news_list li h4{margin-top:7px;font-weight:500;font-size:18px;line-height:62px;height:62px;overflow:hidden;}
.wk_news_list li h4 a{color:#fff;}
.wk_news_list li .wk_news_des{overflow:hidden;height:104px;color:#fff;font-size:13px;line-height:26px;text-indent: 30px;}
.wk_news_list li .wk_news_more{margin-top:38px;height:37px;}
#box_Name {
    /* margin: 0 auto; */
    width: 390px;
    height: 40px;
    position: relative;
}
#news_box {
    width: 1200px;
    margin: 0 auto;
    /* margin-top: 5%; */
    padding: 0 15px;
    height: 450px;
}
#news_font {
    float: right;
    width: 615px;
    height: 480px;
    overflow: hidden;
}
#news_font li {
    height: 123px;
    float: left;
}
#news_font .number.show_biaoti_lineheight {
    line-height: 100px;
    opacity: 1;
}
#news_font .number {
    font-size: 60px;
    color: #dcc07f;
    height: 123px;
    width: 100px;
    line-height: 355px;
    border-right: 1px solid #000;
    display: block;
    float: left;
    opacity: 0;
    transition: all ease 1.2s;
    -webkit-transition: all ease 1.2s;
    -moz-transition: all ease 1.2s;
    -ms-transition: all ease 1.2s;
    -o-transition: all ease 1.2s;
    overflow: hidden;
}
.opacity_show_right {
    opacity: 1 !important;}
.news_nn {
    float: right;
    width: 504px;
    height: 109px;
    margin-left: 8px;
    position: relative;
}
.news_nn h1 {
    font-size: 18px;
    font-weight: 500;
    /* color: #000; */
    padding-bottom: 6px;
    border-bottom: 1px solid #000;
    margin-bottom: 6px;
}
h1 {
    line-height: normal!important;
}
.news_nn h1 a {
    font-size: 18px;
    color: #000;
}
.news_nn h1 span {
    float: right;
}
.news_nn p {
    /* color: #fff; */
    font-size: 14px;
    line-height: 20px;
}
#news_font li:hover .news_nn{
    background:rgba(0, 0, 0, 0.11);
}
#news_font li:hover .news_nn::before{
    content:'';
    position: absolute;
    background: #dcc07f;
    width: 5px;
    height: 48px;
    left: -11px;
    top: 50%;
    margin-top: -30px;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
}

/*滚动产品*/
.rnr{ width:95%; margin:10px auto;}
/*产品中心*/
.sycp{width:100%;overflow: hidden;}
.sycp ul{width: 100%;}
.sycp ul li{width:100%;float: left; box-sizing: border-box;}
.sycp ul li a{width: 100%;display: block; padding: 6px;box-sizing: border-box;}
.sycp ul li a img{width: 100%;display: block;margin-bottom: 6px;}
.sycp ul li a p{font-size: 16px;font-weight: 600;line-height: 30px; text-align: center;color: #666;}
.sycp ul li a:hover{}
.sycp ul li a:hover p{color: #fff;}
@media(min-width:1600px){.sycp ul li{width: calc(100% / 4);}}

.sycplb{width: 90%;margin: 10px auto;display: none;}
.sycplb ul{width: 100%;overflow: hidden;}
.sycplb ul li{width:calc(100% / 3);float: left;padding: 5px 10px;box-sizing: border-box;}
.sycplb ul li a{width: 100%;display: block;background-color: #f1f1f1; box-sizing: border-box;font-size: 16px;line-height: 30px;text-align: center;color:#333; }
.sycplb ul li a:hover{background-color:#ff0000;color: #fff; }

.sycplb {
    display: none;
}
/*手机导航*/

@media screen and (min-width: 1600px) {
.section2{ margin-top:80px!important;}
}

.piclist .fyxwxqcont{padding: 0 24%;  width: 77%;}
.anul{/*padding: 0 24%;*/  width: 100%;}



/*底部*/
.dbw{width: 100%;background-color: #f1f1f1;border-bottom: 1px solid #eaeaea;}
.dbn{width: 90%;margin: 0 auto;overflow: hidden;}
.dblogo{width:25%;float: left;margin: 20px 0;}
.dblogo img{display: block; width: 50%;margin: 18px auto;}
.dbcp{width:45%;float: left;margin: 20px 0;border-left: 1px solid #eaeaea;border-right: 1px solid #eaeaea;box-sizing: border-box;}
.dbcp p{display:inline-block;font-size: 16px;font-weight: 600;line-height: 30px;color: #333;border-bottom: 2px solid #009999;padding: 0 10px;margin: 0 20px;}
.dbcp .dbcpn{width: 100%;}
.dbcpn ul{width:90%;margin:0 auto;overflow: hidden;}
.dbcpn ul li{width:32%;float: left;}
.dbcpn ul li h3{width: 100%;height: 36px;padding-left: 28px;box-sizing: border-box; font-weight: normal;line-height: 36px;text-align:left; background:url(../images/tacn/tb2.png) no-repeat -12px 13px;}
.dbcpn ul li h3 a{ color: #666; font-size:14px;}
.dbcpn ul li h3 a:hover{ text-decoration:none;color: #0479be;padding-left: 2%; font-size: 16px;font-weight: bold;}
.dbcpn ul li h3:hover{background-position:-12px -182px;border-width:2px 0;width: 100%;}
.dblx{width:30%;float: left;margin: 20px 0;}
.dblx p{font-size: 16px;line-height: 30px;padding: 0 30px;}
.dblx p:nth-child(1){display:inline-block;font-size: 16px;font-weight: 600;line-height: 30px;color: #333;border-bottom: 2px solid #009999;padding: 0 10px;margin: 0 20px;}

	
.dbzc{width: 100%;}
.dbzc p{width: 80%;margin: 0 auto;font-size:15px;line-height: 30px;text-align: center;}
.dbzc p:nth-child(2){display: none;}


.dbbq{width: 100%;background-color: #0479be;}
.dbbpn{width:80%;margin: 0 auto;overflow: hidden;font-size: 14px;line-height: 25px;color:#e1e1e1;    text-align: center;}

.dbbpn p a{color: #e1e1e1;}
.dbbpn p a:hover{color:#D00A0D;}

/*产品展示*/
.indexMain{ background:#fff; }
.indexMain .product{}
/*cp*/
.product {}
.product .title { background:url(../images/tacn/icon_6.jpg) no-repeat center top; text-align: center; }
.product .title .title_more { color: #fff; font-size:24px; line-height:90px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; }
.product .pro_sort {    margin-top: -10px;}
.product .pro_sort>div {  }
/* 更多按钮隐藏 */
.pro_sort .promore { display: none; border-bottom: 1px solid #2b69c5; background:#2280f4; background:linear-gradient(to bottom,#023257,#023257); text-align:center; }
.pro_sort .promore a { position: relative; display:block; padding:12px 40px; color: #fff; overflow:hidden; }
.pro_sort .promore a::after { position: absolute; bottom:0; right:20%; width:47px; height: 47px; content: "+"; font-size:14px; display: block; line-height: 47px; }
.pro_sort .promore:hover { border-bottom: 1px solid #023257; background:#54c549; background:linear-gradient(to bottom,#023257,#023257); }
.product .pro_sort>div { /*height: auto!important;*/ overflow-y: auto; background: #043e78; }
.product ::-webkit-scrollbar-thumb {min-height:50px;border-radius:3px;background-color:#666}
.product ::-webkit-scrollbar-track {background:#eee}
.product ::-webkit-scrollbar-corner {background:transparent}
.product ::-webkit-scrollbar {width:7px;height:7px}
.product .each_li {}
.product .each_li>.name { position:relative; border-bottom: 1px solid #0856a4; background:#0856a4; background:linear-gradient(to bottom,#0856a4,#0856a4); font-size:14px; text-align:center; line-height:20px; overflow:hidden;}
.product .each_li>.name>div{position:relative; background:url(../images/tacn/btn01.png) no-repeat 30px center;}
.product .each_li>.name>div>a {position:relative; display:block; padding:14px 40px; color: #fff; text-indent:-1.2em; }
.product .each_li>.name>.icon>a {}
.product .each_li>.name>.icon:after {position:absolute; top:50%; left:17px; display:block; width:30px; height:30px; padding:0; margin-top:-15px; background:url(third_box.png) no-repeat 11px 11px; cursor: pointer; content:""; z-index:2;}
.product .each_li.active>.name>.icon:after { background:url(third_box.png) no-repeat 11px -78px; }
.product .each_li:hover>.name,.product .each_li.current>.name,.product .each_li.active>.name{ border-bottom: 1px solid #33a700;  background:linear-gradient(to bottom,#33a700,#33a700); color:#fff; }
.product .each_li:hover>.name a,.product .each_li.current>.name a,.product .each_li.active>.name a { color:#fff; }
.product .each_li .third_box {display: none;}
.product .each_li:hover>.name>div>a {}
.product .each_li.current>.name>div>a {}
.product .each_li>.name>div>a { text-indent:0; }
.product .pro_sort .promore { display: block; }


.cpbt{text-align:center;margin:30px 0;}
.cpbt a{ display:block; background:url(../images/xian.jpg) center center no-repeat; font-size:35px; color:#000;  font-weight:bold;}
.cpbt a span{ color:#003993;}
.cpbt h3{ color:#3a3a3a; font-size:20px; display:block; background:url(../images/tacn/dh.png) left center no-repeat; width:400px; margin:0 auto;}
.cpbt h3 b{ font-size:28px; color:#fe0006;}
.cpbt p{ color:#a2a2a2; font-size:16px; display:block; width:700px; margin:0 auto; line-height:23px; padding-top:10px;}
.proTitle{ height:auto; padding-bottom:30px;float: left;width: 19%;}
.proTitle .pclass .lin1{ width:auto; height:45px; background:#004aa3; margin-right:15px;margin-bottom:10px;  width:180px;border-radius:25px;}
.proTitle .pclass .lin1 a{ display:block;height:45px; line-height:45px;font-size:16px;color:#fff; text-align:center;}
.proTitle .pclass .lin1:hover{ background:#fe0000;}
.proTitle .pclass .lin1:hover a{ padding-left:30px; color:#fff;}
.rightBox{width:80%;height:1167px;float:right;}
.contactBox_text { height:1167px !important;}
#progun{height:1167px; overflow:hidden;}
#listPro li{float:left;  width: 32%;display: block;margin: 17px 5px;}
/*#listPro li:nth-child(-n+3){  margin-top:0;}
#listPro li:nth-child(3n+1){  clear:both;  margin-left:0;}*/
#listPro li a img{  width:100%;  height: 250px;}
#listPro li span{  line-height: 36px;font-size: 17px;}
#listPro li .zx,#listPro li .more{  width: 130px;  line-height: 36px;  display: block;  color: #FFF;  font-size: 14px;  text-indent: 24px;}
#listPro li .zx{  float: left;  background:url(../images/tacn/bg4.png);}
#listPro li .more{  float: right;  background: url(../images/tacn/bg5.png);}
#listPro li .zx:hover,#listPro li .more:hover{  text-decoration: underline;}
.ellipsis {display: block;overflow: hidden;   white-space: nowrap;text-overflow: ellipsis;}


/*xw*/
.index-news-block {
   /* background: #f5f5f5;*/
    padding: 20px 0;
	
}
.page-cen {
    width: 90%;
    margin: 0 auto;
}
.index-title {
    text-align: center;
    padding-bottom: 30px;
}
.index-title h2 {
    font-size: 32px;
    margin-bottom: 20px;
    line-height: 50px;
    color: #000;
    text-transform: uppercase;
    position: relative;
}
.index-title p {
    color: #666;
    font-size: 17px;
}
/*xw*/
.fyxwzx_s li {
    float: left;
    width: 49%;
    margin: 0 1% 1% 0;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 15px;
    position: relative;
}
.fyxwzx_s li:hover{box-shadow: #ccc 0px 0px 10px;}
.fyxwtime {
    border-left: 2px solid #666;
    padding: 0 3%;
    margin: 7px 0 15px;
}
.fyxwtime h2 {
    font-size: 14px;
    color: #333333;
    font-weight: normal;
}
.fyxwtime h3 {
    font-size: 18px;
    color: #333333;
    font-weight: normal;
    margin-top: 5px;
}
.overhide {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	text-align: left;
}
.fyxwzx_s li h4 {
    font-size: 13px;
    color: #666666;
    font-weight: normal;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
}
.fyxwzx_s li h5 {
    font-size: 14px;
    color: #666666;
    font-weight: normal;
    margin-top: 10px;
    line-height: 12px;
}
.fyxwzx_s li h5 span {
    font-size: 12px;
    color: #bababa;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    /* border: 1px solid #b9b9b9; */
    display: inline-block;
    line-height: 12px;
    text-align: center;
    vertical-align: top;
    margin-left: 3px;
}
.fyxwzx_s ul span {
    color: #666;
    padding-left: 24px;
    background: url(../lxi.png) no-repeat;
    background-size: 18px;
}
.fyxwzx_s ul li h2:before {
    content: "";
    width: 58px;
    height: 2px;
    /*background: #0E7CBA;*/
    position: absolute;
    left: 0px;
    bottom: 10px;
    z-index: 1;
}
.fl {
    float: left;
}

/*首页简介*/
.w_1230 { width: 90%; margin: 0 auto;tion: center 0px; background-repeat: no-repeat; background-attachment: fixed; }
.section_strength .mask {/* background: url(../images/tacn/lo.png) repeat center center;*/ color: #fff; padding-bottom:80px; padding-top: 80px; text-align: center; }
.section_strength .title { line-height: 46px; margin:20px 0;}
.section_strength .title span { font-size: 28px; color: #ffffff; }
.section_strength .txt { font-size: 18px; color: #ffffff; line-height: 30px; margin-bottom:67px; }
.section_strength .txt p { opacity: 0; transform: translateY(10px); }
.section_strength .list { text-align: center; font-size: 0; padding: 0 2%; }
.section_strength .list li { display: inline-block; width: 33%; float: left; }
.section_strength .list li b { display: block; line-height: 80px; font-size: 48px; }
.section_strength .list li em { font-size: 72px; color: #ffffff; }
.section_strength .list li span { display: block; line-height: 22px; padding: 2.5px 0 12.5px; font-size: 15px; color: #fff; }
.section_strength .title { opacity: 0; transform: perspective(800px) translateY(20px); }
.section_strength .txt p { opacity: 0; transform: perspective(800px) translateY(20px); }
.section_strength .list li { opacity: 0; transform: perspective(800px) translateY(20px); }
.section_strength.active .title { opacity: 1; transform: perspective(800px) translateY(0px); transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s; }
.section_strength.active .txt p { opacity: 1; transform: perspective(800px) translateY(0px); transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94); line-height:40px;}
.section_strength.active .txt p:nth-child(2) { transition-delay: 0.15s; }
.section_strength.active .txt p:nth-child(3) { transition-delay: 0.3s; }
.section_strength.active .list li { opacity: 1; transform: perspective(800px) translateY(0px); transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s; }
.section_strength.active .list li:nth-child(2) { transition-delay: 0.7s; }
.section_strength.active .list li:nth-child(3) { transition-delay: 0.9s; }
.section_strength.active .list li:nth-child(4) { transition-delay: 1.1s; }

/*公司简介*/

.gybox{width: 100%;padding: 34px 0;overflow: hidden;background-image: url("../images/tacn/gyboxbj.jpg");background-size: 1920px 500px;background-position: 50% 50%;}
.gynrbox{width: 80%;margin: 0 auto;}
.gynr{width: 60%;background-image: url("../UploadFiles/bj/gybj.jpg");background-size: 100% 100%;background-color: #fff;padding-top: 40px;padding-right: 15%;box-sizing: border-box;position: relative;float: left;}
.gygd{width: 100%;overflow: hidden;}
.gynr p:nth-child(1){font-size: 30px;line-height: 40px;font-weight: 600;color: #000;text-align: right;margin-top: 20px;}
.gynr p:nth-child(2){font-size: 16px;line-height: 32px;font-weight: lighter;color: #333;margin: 40px 0; padding-left: 10%;text-align:justify;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 7;overflow: hidden;}
.gynr a{width: 200px;line-height: 50px;font-size: 16px;color: #fff;text-align: center;background-color: #0479be;border-radius: 10px;display: block;float: right;margin: 0 0 40px 0; }
.gynr img{width: 70%;display: block;position: absolute;right:-55%;top: 40px;}
.gynr img:nth-child(2){display: block}.gynr img:nth-child(3){display: none}
.gybt{width: 40%;float: left;height: 40px;display: block;}
.gybt p{font-size: 30px;line-height: 30px;font-weight: 600;color: #fff;padding-left: 20px;box-sizing: border-box;}
.sjgybt{width: 100%;height: 40px;display: none;}
.sjgybt p{font-size: 30px;line-height: 30px;font-weight: 600;color: #fff;padding-left: 20px;box-sizing: border-box;text-align: center;}
@media(max-width:1600px){.gynr p:nth-child(2){-webkit-line-clamp: 5;}}
@media(max-width:1400px){.gynr p:nth-child(2){-webkit-line-clamp: 4;}}



/*小标题*/
.pro_top{ padding:18px 0; overflow:hidden; clear:both;text-align:center;}
.pro_top h5{ font-size:30px;font-weight: normal;}
.pro_top p{ background:url(../images/tacn/index_r7_c18.jpg) center 5px no-repeat;  height:35px; line-height:35px; color:#B5B5B5; font-family:Verdana, Geneva, sans-serif; font-size:16px; margin-top:2px;}
.pro_top ol{ background:url(../images/tacn/index_r9_c18.jpg) no-repeat; width:320px; height:38px; margin-top:5px; overflow:hidden; color:#fff; font-size:16px; text-align:center; line-height:38px;margin: 0 auto;}
.contain {width:100%;position:relative;z-index:0;}
.index_sec{ position:relative;top:0;left:0;width:100%;}











/*产品*/




/*产品中心*/

.index .indexTit {
	text-align: center;
}
.index .indexTit .tit {
	font-size: 42px;
	color: #005197;
	font-weight: bold;
	line-height: 48px;
	text-align: center;
}
.index .indexTit .tit span {
	color: #c30000;
	display: inline-block;
	padding-left: 24px;
}
.index .indexTit .subtit {
	font-size: 23px;
	color: #333;
	font-weight: normal;
	line-height: 18px;
	text-align: center;
	width: 1200px;
	margin: 0 auto;
	margin-top: 28px;
}


.index .floor_1_main {
	width: 100%;
	background: url(../images/t4_02.jpg) center center no-repeat;
	padding-bottom: 0px;
}
.index .floor_1_main .indexTit {
	padding-top: 50px;
}
.floor_1 {
	padding-top: 54px;
	display: inline-block;
	width: 100%;
}
.floor_1 .floor_1_1 {
	position: relative;
	background: url(../images/tacn/t1_03.jpg) top center no-repeat;
	width: 250px;
	height: 807px;
	float: left;
}
.floor_1 .floor_1_1 h3 {
	height: 85px;
	width: 250px;
	text-align: center;
	font-size: 30px;
	color: #fff;
	line-height: 74px;
	padding: 5px 0;
}
.floor_1 .floor_1_1 ul {
	display: inline-block;
	width: 230px;
	margin-left: 10px;
}
.floor_1 .floor_1_1 ul li {
	display: block;
	width: 230px;
	height: 40px;
	margin-top: 10px;
}
.floor_1 .floor_1_1 ul li a {
	display: block;
	width: 228px;
	height: 38px;
	border: #4e88b9 solid 1px;
	text-align: center;
	line-height: 38px;
	font-size: 16px;
	color: #fff;
}
.floor_1 .floor_1_1 ul li a:hover {
	border: #3ba86f solid 1px;
	background-color: #45bd7f;
}
.floor_1 .floor_1_1 dl {
	position: absolute;
	bottom: 32;
	width: 230px;
	margin-left: 10px;
	margin-top: 34px;
	text-align: center;
}
.floor_1 .floor_1_1 dl dt {
	background: url(../images/t2_03.png) center center no-repeat;
	width: 230px;
	height: 18px;
	text-align: center;
	line-height: 18px;
	font-size: 22px;
	color: #fff;
}
.floor_1 .floor_1_1 dl dd {
	font-family: "Arial";
	font-size: 31px;
	color: #fff;
	line-height: 44px;
	font-weight: bold;
	padding-top: 12px;
	padding-bottom: 6px;
	text-align: center;
}
.floor_1 .floor_1_2 {
	float: right;
	width: 900px;
}
.floor_1 .floor_1_2 .fl_t {
	background: url(../images/t3_03.jpg) center center no-repeat;
	width: 900px;
	height: 60px;
}
.floor_1 .floor_1_2 .fl_t p {
	float: left;
	font-size: 24px;
	color: #fff;
	padding-left: 28px;
	text-align: center;
	line-height: 60px;
}
.floor_1 .floor_1_2 .fl_t a {
	display: block;
	float: right;
	font-size: 16px;
	color: #333;
	padding-right: 20px;
	line-height: 60px;
}
.floor_1 .floor_1_2 .fl_t a:hover {
	color: #3ba86f;
}
.game163 {
	width: 842px;
	position: relative;
	padding: 30px 28px;
	border: 1px solid #e5e5e5;
	border-top: none;
}
.btn {
	position: absolute;
	display: none;
	padding-top: 200px;
	width: 22px;
	height: 205px;
	cursor: pointer;
	text-indent: -999em;
}
.pre {
	background: url(../images/left.png) no-repeat 0 200px;
	left: 20px;
}
.next {
	background: url(../images/right.png) no-repeat 0 200px;
	right: 30px;
}
.game163 .smallScroll {
	width: 100%;
	position: relative;
	height: 314px;
	margin-top: 22px;
}
.game163 .smallScroll .smallImg {
	width: 840px;
	position: relative;
	height: 300px;
}
#left {
	width: 13px;
	height: 43px;
	float: left;
	top: 20px;
	position: absolute;
	left: 4px;
	cursor: pointer;
	background: url(../images/left.gif) no-repeat;
	display: none;
}
#right {
	width: 13px;
	height: 43px;
	right: 4px;
	top: 20px;
	position: absolute;
	cursor: pointer;
	background: url(../images/right.gif) no-repeat;
	display: none;
}
#conter {
	width: 840px;
	position: relative;
	height: 300px;
	display: block;
	overflow: hidden;
}
#conter .txt {
	display: block;
}
.game163 .smallScroll .smallImg ul {
	width: auto;
	height: 251px;
	overflow: hidden;
	top: 0px;
	left: 0px;
	position: absolute;
}
.game163 .smallScroll .smallImg ul li {
	width: 285px;
	cursor: pointer;
	height: 251px;
	float: left;
	border-bottom: 1px solid #eaeaea;
	display: block;
}
.game163 .smallScroll .smallImg ul li .txt {
	width: 270px;
	height: 50px;
	border-bottom: 1px solid #eaeaea;
}
.game163 .smallScroll .smallImg ul li span, .game163 .smallScroll .smallImg ul li p, .game163 .smallScroll .smallImg ul li .lx {
	display: none;
}
.game163 .smallScroll .smallImg ul li h2 {
	width: 270px;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	color: #333;
	position: relative;
}
.game163 .smallScroll .smallImg ul li h2 i {
	display: block;
	width: 13px;
	height: 13px;
	background-position: 0px -195px;
	position: absolute;
	right: 0;
	top: 19px;
}
.game163 .smallScroll .smallImg ul li img {
	width: 270px;
	height: 200px;
	display: block;
	overflow: hidden;
}
#scroll {
	background: url(../images/line.png) repeat-x left bottom;
	width: 840px;
	height: 16px;
	left: 0px;
	bottom: 14px;
	cursor: pointer;
	position: absolute;
}
#scroll span {
	width: 133px;
	height: 16px;
	left: 0px;
	bottom: 0px;
	cursor: pointer;
	position: absolute;
	background: url(../images/scrollbg.png) no-repeat;
}
#conter li:hover h2 {
	color: #3ba86f;
}
.game163 .bigImg li {
	height: 350px;
}
.game163 .bigImg .iopo {
	display: block;
	width: 470px;
	height: 348px;
	border: #f2f2f2 solid 1px;
	text-align: center;
	float: left;
}
.game163 .bigImg .iopo img {
	width: 460px;
	height: 340px;
	display: inline-block;
	margin-top: 5px;
}
.game163 .bigImg {
	width: 842px;
	height: 350px;
	position: relative;
}
.game163 .bigImg .txt {
	width: 340px;
	height: 350px;
	float: right;
	font-size: 24px;
	color: #333;
}
.bg {
	
	filter: alpha(opacity=40);
	opacity: 0.4;
	z-index: 0;
	width: 100%;
	height: 52px;
	position: absolute;
	bottom: 0;
}
.game163 .bigImg .txt h2 {
	width: 100%;
	font-size: 24px;
	padding-bottom: 18px;
	color: #333;
	border-bottom: #e5e5e5 solid 1px;
	font-weight: normal;
}
.game163 .bigImg .txt p {
	width: 100%;
	display: block;
	font-size: 14px;
	line-height: 26px;
	color: #666;
	margin: 13px 0;
	text-align: justify;
	height: 230px;
	overflow: hidden;
}
.game163 .bigImg .txt p span {
	display: block;
	padding-top: 30px;
}
.game163 .bigImg .txt p a {
	font-weight: bold;
	display: inline-block;
}
.game163 .bigImg .txt .lx a {
	display: inline-block;
	width: 160px;
	height: 46px;
	background-color: #3ba86f;
	text-align: center;
	line-height: 46px;
	border-radius: 5px;
	font-size: 16px;
	color: #fff;
}
.game163 .bigImg .txt .lx a.x2 {
	margin-left: 20px;
	display: inline-block;
	width: 160px;
	height: 46px;
	background-color: #005faf;
	text-align: center;
	line-height: 46px;
	border-radius: 5px;
	font-size: 16px;
	color: #fff;
}
.game163 .bigImg .txt .lx a:hover {
	background-color: #005faf;
}
.game163 .bigImg .txt .lx a.x2:hover {
	background-color: #3ba86f;
}
.game163 .smallScroll .sPrev {
	width: 120px;
	height: 36px;
	position: absolute;
	display: block;
	left: 286px;
	bottom: 0;
	text-align: center;
	background-color: #3ba86f;
	z-index: 22;
}
.game163 .smallScroll .sPrev span {
	display: inline-block;
	color: #fff;
	font-size: 30px;
	line-height: 40px;
}
.game163 .smallScroll .sNext {
	width: 120px;
	height: 36px;
	position: absolute;
	display: block;
	left: 436px;
	bottom: 0;
	text-align: center;
	background-color: #3ba86f;
	z-index: 22;
}
.game163 .smallScroll .sNext span {
	display: inline-block;
	color: #fff;
	font-size: 30px;
	line-height: 40px;
}
















.document-width{ width:95%; margin:auto; }
.index_div1{ width:100%; min-height:500px; height:auto; float:left; padding:18px 0; background:url(../images/bj_xt.png) left 190px no-repeat;background-color: #f4f4f4; background-size:50% 5px; }
.index_div1_pro{ width:100%; height:auto; float:left; display:none;margin-bottom: 10px;}
.index_div1_pro dl{ width:410px; height:auto; float:left; position:relative;padding: 0 15px 15px 0;}
.index_div1_pro dl dt{ width:410px; height:350px; float:left; position:relative; cursor:pointer;}
.index_div1_pro dl dt img{ width:410px; height:350px; display:block;}
.index_div1_pro dl dt span{ width:100%; height:30px; line-height:30px; color:#ffffff; font-size:16px; position:absolute; left:0; bottom:10px; text-indent:15px;}
.index_div1_pro dl dd{ display:none; width:410px; height:350px; float:left; position:absolute; left:0; top:0; background:rgba(18, 108, 192,0.8); background-size:cover;  box-sizing:border-box; }
.index_div1_pro dl dd h3 a{ padding:60px 30px;width:100%; height:30px; line-height:30px; float:left; font-size:18px; font-weight:600; color:#fff; overflow:hidden; margin-bottom:5px;}
.index_div1_pro dl dd p{ width:100%; height:96px; float:left; overflow:hidden; line-height:24px; font-size:14px; color:#ffffff; margin-bottom:10px;}
.index_div1_pro dl dd a.a{    padding: 0px 30px; width:40px; height:40px; float:left; display:block; background:url(../images/pro_jt_03.png) center center no-repeat;}
.index_div1_pro dl:hover dd{ display:block;}
.index_div1_pro dl:hover dt span{ display:none;}
.index_div1_pro dl.last,.index_div1_pro dl:nth-child(3n){ margin:0 0 25px 0;}
.more_div{ width:390px; height:40px; margin:20px auto;}
.more_div a.more{ width:150px; height:40px; line-height:40px; float:left; text-align:center; border:1px solid #0479be; box-sizing:border-box; color:#0479be; font-size:14px; border-radius:3px;}
.more_div a.more:hover{ background:#ee7600; color:#fff;}
.more_div a.more_tel{ width:230px; height:40px; line-height:40px; float:right; text-indent:40px; border:1px solid #0479be; box-sizing:border-box; color:#fff; font-size:14px; border-radius:3px; background:url(../images/more_tel.png) 15px center no-repeat #0479be; }
.more_div a.more_tel:hover{  border-radius:3px; background:url(../images/more_tel.png) 15px center no-repeat #ee7600; }
/*cple*/
.cp{margin:0 auto;width:1100px;}
.cp-l{width:19%; float:left;overflow: hidden; position:relative;padding-bottom:0px; }
.cp-l h2{height:100px;line-height:75px;color:#fff; text-align:center;font-family:'微软雅黑';font-size:24px;background:url(../images/tacn/cp_c.gif) no-repeat left 0; padding-left: 70px;}
.cp-l p{ color:#ffffff;line-height:32px;padding-left: 70px;}
.cp-l h2 a{color:#fff;}
.cp-con{ padding:0 0px 0 0px;}
.cp-l h3{height:40px; line-height:40px;padding-left:35px; background:url(../images/tacn/sdot.png) #f1f1f1 no-repeat left 10px center;font-size:16px;color:#000000;cursor:pointer;margin-top:5px;overflow:hidden;}
.cp-l h3 a{color:#000000;}

.cp-l ul{/*padding:2px 0 8px;margin:0 2px;*/}  
.cp-l li{border-bottom: 1px dashed #f1f1f1;/*height:32px; line-height:32px; border-bottom:1px Dotted #929292; padding-left:20px; background:url(../images/tacn/ico1.gif) no-repeat 5px center;color:#444; overflow:hidden ;*/}
.cp-l li a{/*color:#444;  overflow: hidden;height:30px; line-height:30px;*/display: block;text-indent: 45px;    color: #fff;    line-height: 45px;/*width: 269px;*/transition: all .2s ease; height: 45px; background:#00439a;font-weight: normal;margin-bottom: 1px;}
.cp-l li a:hover {display: block; color: #fff;text-indent: 48px; transition: all .2s ease;line-height: 45px;width: 269px;height: 45px;background: #f96f0c;}
.clearfix{zoom:1;}
.clearfix:after{content:"";display:block;height:0;clear:both;visibility:hidden;}
.sy_r{    width: 100%; float: right;}


/*产品中心*/
.cpzsbox{width:2184px;}
.cpzslb{display: block;width: 263px;margin:10px 5px;padding: 5px;box-sizing: border-box;float: left;background-color:#e1e1e1;color: #000;}
.cpzslb img{width: 253px;display: block;}
.cpzslb p{font-size: 16px;line-height: 20px;margin-top: 10px; text-align: center;font-weight: 600;}
.cpzslb:hover{background-color:#01559b;color: #fff;}
.sycplb{width: 90%;margin: 10px auto;display: none;}
.sycplb ul{width: 100%;overflow: hidden;}
.sycplb ul li{width:calc(100% / 6);float: left;padding: 5px 10px;box-sizing: border-box;}
.sycplb ul li a{width: 100%;display: block;background-color: #f1f1f1; box-sizing: border-box;font-size: 16px;line-height: 30px;text-align: center;color:#333; }
.sycplb ul li a:hover{background-color:#01559b;color: #fff; }

.about_t p {
    font-size: 24px;
    font-weight: bold;
    color: #5a5a5a;
    margin-top: 8px;
	text-align: center;
}

/*我们做什么*/

._templateIcon{font-family:templateIcon;font-style:inherit;transition: ease .4s;}
img{display:block;max-width:100%}
li,ul{list-style:none}
._font30{font-size:30px}
._pLR30{padding-left:30px;padding-right:30px;padding-bottom: 1%;}
._mLR30{margin-left:30px;margin-right:30px}

.plateService .content{background:#fff;display:flex;flex-wrap:wrap}
.plateService .L{width:40%;position:relative}
.plateService .L:after{content:'';position:absolute;background:url(../images/lineWatch.png) center/cover;height:100%;left:57%;width:46%}
.plateService .L .text{position:absolute;top:50%;transform:translateY(-50%);left:60px;text-align: left;width:74%}
.plateService .L .text ._more{float:left}
.plateService .L .summary{line-height:2;margin:50px auto;color:#8e8e8e;text-align:left;font-size:16px}
.plateService .L ._pageTitle{text-align:left;display:inline-block}
.plateService .R{width:60%;position:relative}
.plateService .R ul{display:flex;flex-wrap:wrap;padding:50px 30px;justify-content:space-between}
.plateService .R li{width:33%}
.plateService .R .title{line-height:3;font-size:16px;text-align:center}


